[Perl-unix-users] Re: Use of uninitialized value in string eq ERROR

2006-01-15 Thread $Bill Luebkert
eyal edri wrote: > Hello, > > I keep getting this error and it drive me nuts. ('Use of uninitialized > value in string eq' ) > i'll add a snippet from my code which produces this error: ... my $missingPatch = "no"; ... > if ( $missingPatch =~ m/yes/ ) --- > this is where the error occurs. > (

[Perl-unix-users] Use of uninitialized value in string eq ERROR

2006-01-15 Thread eyal edri
Hello,I keep getting this error and it drive me nuts. ('Use of uninitialized value in string eq' )i'll add a snippet from my code which produces this error: use warnings;use File::Copy qw(copy);use Net::Domain qw(hostname hostfqdn hostdomain);use File::chmod;use Config::IniFiles;use File::Remove qw