in reply to Re: script input from (command-linetext file) list
in thread script input from (command-linetext file) list

unless (@ARGV) { @ARGV = "ciscoconf"; chomp(@ARGV = <>); }
{grin}

-- Randal L. Schwartz, Perl hacker