Win has asked for the wisdom of the Perl Monks concerning the following question:
The snippit of code for this is below.Use of uninitialized value in regexp compilation at Program.pl line 15 +2, <FLAT_FILE_B> line 1.
while (<FLAT_FILE_B>){ chomp; s/"//g; my $chosen_C = $_; my @EXEC_block_array; if ($rewrite_file_status == 1){ if (defined $chosen_C && $chosen_C =~ /;(\d{1,3});\d{1,3};Stand_me +thod;'SMRxsxtxmx(\d\d\d\d)x(\d\d\d\d)x(\d\d)x(\d\d\d\d).{0,10}'/){ # + Here I get the warning message
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Use of uninitialized value in regexp compilation
by ysth (Canon) on Jan 30, 2006 at 12:07 UTC | |
|
Re: Use of uninitialized value in regexp compilation
by GrandFather (Saint) on Jan 30, 2006 at 11:06 UTC | |
|
Re: Use of uninitialized value in regexp compilation
by Anonymous Monk on Jan 30, 2006 at 11:04 UTC | |
|
Re: Use of uninitialized value in regexp compilation
by Anonymous Monk on Jan 30, 2006 at 11:11 UTC | |
|
Re: Use of uninitialized value in regexp compilation
by Anonymous Monk on Jan 30, 2006 at 11:07 UTC |