On Fri, 22 Oct 2004, Bryan Harris wrote:

> Please forgive me! 

No sweat :-)

> I had assumed that "revision 5.0 version 4" meant perl 5.0, not perl 
> 5.4.

No, Perl versioning was weird for a while there. Perl 5.004x was the 
notation for what later got shortened to just 5.4.x. 

But even Perl 5.4 is old by now, and 5.6 is getting up there. The 
current version is 5.8.4, so if you're going to have your admin upgrade 
Perl anyway, you might as well have it brought up to 5.8.x. 
 
> Randal's solution I'm sure will be the preferred -- having our admin 
> upgrade perl is much easier than rewriting my code.  =)

Well, it may still be worth trying the other way, if only to get 
yourself comfortable with the two approaches, and to benchmark which 
style runs faster for what you're trying to do. You're still dealing 
with a whole lot of files, and it would be good to know which mode 
handles such a big set more efficiently.

(That said, Randal knows this a hell of a lot better than I do -- I'd 
also defer to his suggestion :-)

 

-- 
Chris Devers

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to