Mega Code Archive

 
Categories / Perl / Language Basics
 

ARGV and the Null Filehandle

while( <ARGV> ) {print ;} print "The value of \$ARGV[0] is $ARGV[0].\n";