[Omaha.pm] find "000" in position 70-72 in text files

Andy Lester andy at petdance.com
Mon Apr 9 18:56:29 PDT 2007


On Apr 9, 2007, at 8:48 PM, Jay Hannah wrote:

> -ponder-   I've always used
>
>     open(IN, $file)

open( my $fh, $file ) is identical to open(IN,$file) except that $fh  
is a lexical variable, and IN is a global.



--
Andy Lester => andy at petdance.com => www.petdance.com => AIM:petdance






More information about the Omaha-pm mailing list