Silly_girl
New member
$_
$argCount = $#ARGV;
if(/^-h(.*)/)
Im looking at a sample script that zips files however I do not know what the commands above mean...
This is all in perl, and I am relatively new to programming.
$argCount = $#ARGV;
if(/^-h(.*)/)
Im looking at a sample script that zips files however I do not know what the commands above mean...
This is all in perl, and I am relatively new to programming.