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
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.
>
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