in reply to Re^2: Should I use v5.10 because of named groups?
in thread Should I use v5.10 because of named groups?
I don't think this makes much difference. I just have a coding preference to avoid $1, etc.if ( my ($type, $valid, $name, $coment) = $_ =~ m/^([01]):([01]):([^:]+):([^:]+)$/ ){}
|
---|