![]() |
|
"be consistent" | |
PerlMonks |
How can I extract part of a string after a specific characterby horgof (Initiate) |
on Jul 11, 2002 at 04:38 UTC ( [id://180940]=perlquestion: print w/replies, xml ) | Need Help?? |
horgof has asked for the wisdom of the Perl Monks concerning the following question:
I have a line like this:
TITLE=SPECIAL CASE 1
How can I extract part of this string (the string after equal "="). After extraction: $string = "SPECIAL CASE 1"
Back to
Seekers of Perl Wisdom
|
|