--- Mike Lacey <[EMAIL PROTECTED]> wrote:
> my $file = $ARGV(0);

carefull there -- $ARGV(0) will probably err.
                       ^ ^
use $ARGV[0] instead.
         ^ ^

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Reply via email to