![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: dodgy subby strat (Canon) |
on Feb 27, 2002 at 13:43 UTC ( #147897=note: print w/replies, xml ) | Need Help?? |
maybe you could try swapping hello and hi?
Besides, if there are strange chars in $find ( \, +, *, (, [ or the like), better write: $what =~ s/\Q$find/$replace/; Otherwise, you may get nasty errors
Best regards,
In Section
Seekers of Perl Wisdom
|
|