$mystring3="abacadeusagaka35";

if($mystring =~ m/(a.+)/g){
        print $1,"\n";
}

Hi, I wonder how to print the "abacad" out?

Thanks for any suggestions,

Best regards,

-- 
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