On Wednesday 31 Mar 2010 10:35:55 Owen wrote:
[SNIP]
> Hi,
> 
> I think you are making this all too complicated. All that is needed is
> the script below. If you have a file
> 

Well, his approach of using IO::File is not incorrect. He seems to encounter a 
strange bug and we should try to isolate it and resolve it.

> 
> 
> 
> #!/usr/bin/perl
> 
> use strict;
> 

Please make sure you add "use warnings;" at the top of your programs as well 
as "use strict;".

Regards,

        Shlomi Fish

-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
Parody on "The Fountainhead" - http://shlom.in/towtf

Deletionists delete Wikipedia articles that they consider lame.
Chuck Norris deletes deletionists whom he considers lame.

Please reply to list if it's a mailing list post - http://shlom.in/reply .

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to