Some Perl Special Variables Some Global Special Variables 17 of 28 : [PREV] [NEXT]

$ARGV

  • Contains the name of the current file when reading from <ARGV>.
  while (<>){
    print "$ARGV\n";
  };

© 2004 Barbie barbie@missbarbell.co.uk Home http://birmingham.pm.org/