- or download this
foreach my $temp_line(@store_files)
{
if(my $pattern =~ /^REVISION_LOCATION:/){
- or download this
#!/usr/bin/perl
use strict;
...
Monks$ perl test.pl
Use of uninitialized value $pattern in pattern match (m//) at test.pl
+line 11.
Use of uninitialized value $pattern in pattern match (m//) at test.pl
+line 11.
- or download this
#!/usr/bin/perl
use strict;
...
Monks$ perl test.pl
test.pl~
test.pl