Andrew Teo wrote:
> 
> try this :
> $tmp =~ tr/a/ /;

I see I need to be a bit more specific. The above would change the a's to spc
but what I want is to strip the string of all characters up to and including
the first underscore. Ie aaa_bbb_ccc would become bbb_ccc and
sometext_more_text would become more_text. Does anyone know to accomplish
this?

/Johan

--
Johan Groth (xghjn)         ! Tel. mobil: 0703 - 24 25 27
Cell Network                !   Kontoret:  054 - 14 25 27
[EMAIL PROTECTED] !     Bofors: 0586 - 820 14
[EMAIL PROTECTED]

Reply via email to