Re: passing a value to Perl

2001-07-24 Thread John Fox
Ackim, Ackim Chisha wrote: >In a shell script I can read the value as $1, how do I read it in perl. >In C++ i can read the value using argv[1] , how can I read this same >value in perl, instead of having to have shell script pass it to perl in >form of a file. It's very similar to the C++ me

RE: passing a value to Perl

2001-07-24 Thread Bob Showalter
> -Original Message- > From: Ackim Chisha [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 24, 2001 1:38 PM > To: [EMAIL PROTECTED] > Subject: passing a value to Perl > > > Hi everybody, > > is there a better way to pass a value from a shell script > rather than write to a file and ha