$string="alpha number='42'" $string=~s/.*\=// ; $string=~s/\'//g;
to get 42 and not '42' can these two substitutions be combined? thank you. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
