in reply to Re: confusedin thread @ARGV / Command Line Arguments
I believe this line:
($input,$output,$length)= shift @ARGV; [download]
($input,$output,$length)= @ARGV; [download]