![]() |
|
more useful options | |
PerlMonks |
Re^3: Equal strings don't match!by pl (Initiate) |
on Jul 30, 2008 at 18:54 UTC ( [id://701231]=note: print w/replies, xml ) | Need Help?? |
Problem resolved! It was the null character(\0)...I used:
$/ = "\0";
chomp(@CMD);
Cheers,
fl.
In Section
Seekers of Perl Wisdom
|
|