in reply to Re: warnings and grep problem
in thread warnings and grep problem
Looks a lot better,but printing it likemy $hash = map { /\Q$dir\E(\w+?)\.pm$/ and defined $1, $1 } keys %$pac +klist ;
gives a new warningforeach ( keys %hash) print $_ ; }
Any suggestions ?Odd number of elements in hash assignment at /usr/lib/p....
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: warnings and grep problem
by Fletch (Bishop) on Jun 20, 2006 at 16:10 UTC | |
by jeanluca (Deacon) on Jun 20, 2006 at 16:36 UTC | |
|
Re^3: warnings and grep problem
by eric256 (Parson) on Jun 20, 2006 at 16:11 UTC |