my $str = 'abcdef'; $str = $1 if $str =~ m/^.(.*)$/; [download]
use perl;
In reply to Re: Chopping the beginning of a string? by l2kashe in thread Chopping the beginning of a string? by Anonymous Monk