in reply to Re^4: LWP::Simple get function...
in thread LWP::Simple get function...
$#array tells you the last index of the elements of the array @array.
That condition is checking if the @ARGV array has one and only one element.
$ARGV[0] must exist but no other.