Oh wise Monks,
We have been putting off porting this code for way too long. I have Perl 5.6.1 code that I am trying to run under Perl 5.10.1 and I get this message ...
... when executing this bit of code:$* is no longer supported
Does any monk know what $* should be replaced with in this old code?for ($ro_string) { s/^\s*//; s/$*\s//; }
Thanks
In reply to $* is no longer supported by Plankton
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |