![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
how to express $temp =~ s/.*?from://; in perl 4by Anonymous Monk |
on Jul 30, 2000 at 18:13 UTC ( [id://25156]=perlquestion: print w/replies, xml ) | Need Help?? |
Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi all,
I'm using perl 5.6.0 to program $temp =~ s/.*?from://; this way, however, if i would like to run my program under perl 4 version, i find the ? operation is not allowed. How can i modify my code to run correctly!?
THX alot
Back to
Seekers of Perl Wisdom
|
|