Re: ARGV array regarding

2008-07-31 Thread Mr. Shawn H. Corey
On Thu, 2008-07-31 at 18:00 +0530, suresh kumar wrote: > Hi, > > This is my part of the script, > > if (($#ARGV == 1) && ($ARGV[0] eq "-f")) { >.. > > > if ($ARGV[0] ne "-f" ) { > .. > > > if i run my scr

Re: ARGV array regarding

2008-07-31 Thread Rob Dixon
suresh kumar wrote: > > This is my part of the script, > > if (($#ARGV == 1) && ($ARGV[0] eq "-f")) { >.. > > > if ($ARGV[0] ne "-f" ) { > .. > > > if i run my script i am seeing this kind of warnings. >

ARGV array regarding

2008-07-31 Thread suresh kumar
Hi, This is my part of the script, if (($#ARGV == 1) && ($ARGV[0] eq "-f")) { .. if ($ARGV[0] ne "-f" ) { .. if i run my script i am seeing this kind of warnings. Use of uninitialized value in string eq