Simas Mockevicius wrote:
> 
> Hi,

Hello,

> I need one thing: I am starting from shell perl program, and I need to
> enter some parameters (characters, numbers). Of cource I can do this with
> shell arg. but I need it to input when the program is running. Any
> sugestions ?

All arguments entered on the command line after the program name are
stored in the @ARGV array.  The program name is stored in the $0
variable.

perldoc perlvar



John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to