in reply to Re^4: Regular expression match in code
in thread Regular expression match in code
use Data::Dumper; $Data::Dumper::Useqq = 1; print Dumper $var; print Dumper \@allServers;
You might have some non-printable characters either in the server list or in $var that prevent you from getting matches.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Regular expression match in code
by truptivk (Novice) on May 12, 2010 at 09:45 UTC | |
by moritz (Cardinal) on May 12, 2010 at 10:08 UTC |