Hi!

Trying to remove the literal text "%st" from the command line return value: 
0.0%st
as in:
[$] printf "0.0%st" | perl -pe 's/\%st//'

I have also tried: 

[$] printf "0.0%st" | perl -pe 's/\Q%st\E//'

Neither works.

Would be happy if someone had any input here! :-)

Thanks!

Richard Taubo
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to