#!/usr/bin/perl die("no arg!") unless $ARGV[0]; print "\$ARGV[0] = $ARGV[0]\n"; [download]
In reply to Re: File to take @ARGS or "<" Redirect by tcf03 in thread File to take @ARGS or "<" Redirect by awohld