2use URI::Escape; 3use File::Basename; 4use Cwd; 5use Cwd 'abs_path'; 6 7$numArgs = $#ARGV + 1; 8print "thanks, you gave me $numArgs command-line arguments.\n"; 9
--- 112 unchanged lines hidden --- | 22use URI::Escape; 23use File::Basename; 24use Cwd; 25use Cwd 'abs_path'; 26 27$numArgs = $#ARGV + 1; 28print "thanks, you gave me $numArgs command-line arguments.\n"; 29
--- 112 unchanged lines hidden --- |