On Tue, Apr 22, 2008 at 8:25 PM, Anne L. Highsmith <[EMAIL PROTECTED]> wrote:
> --------------------------------------------------------------- > #!/usr/local/ActivePerl-5.8/bin/perl -w > > my $test = shift; > print "$test\n"; > ---------------------------------------------------------------- > I don't know if I'm getting what you want to achieve. But this works in my installation of ActiveState Perl: my $test = <>; print "$test\n"; I think $ARGV() is used for command line parameters. -- Saiful Amin +91 9343826438