Hi! I know this is not as hard to do, but I do not seem to see the result:
$_ = "p8,INT,5" if( $_ =~ /(w+),INT,\d{2}$/ ) { } Thanks, Jerry
Hi! I know this is not as hard to do, but I do not seem to see the result:
$_ = "p8,INT,5" if( $_ =~ /(w+),INT,\d{2}$/ ) { } Thanks, Jerry