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