Re: ARGV array regarding
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
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. >