Thomas Browner wrote: > Is there away for perl enter an variable from the command line. > > For example: > > ./test.pl tom > > > > > > Thomas Browner You have a number of options, but @ARGV holds what comes from the command line. $ARGV[0] holds item 1, $ARGV[1] holds item 2, etc.
Wags ;) ********************************************************** This message contains information that is confidential and proprietary to FedEx Freight or its affiliates. It is intended only for the recipient named and for the express purpose(s) described therein. Any other use is prohibited. **************************************************************** -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]