This deserves a "me too".

Perl6 RFC Librarian wrote:

> The camel and the docs include this example:

>    if (/Time: (..):(..):(..)/) {
>         $hours = $1;
>         $minutes = $2;
>         $seconds = $3;
>     }
>
> This then becomes:
>
>   /Time: (?$hours=..):(?$minutes=..):(?$seconds=..)/
>
> This is more maintainable than counting the brackets and easier to understand
> for a complex regex.  And one does not have to worry about the scope of $1 etc.

--
Glenn
=====
There  are two kinds of people, those
who finish  what they start,  and  so
on...                 -- Robert Byrne



_____NetZero Free Internet Access and Email______
   http://www.netzero.net/download/index.html

Reply via email to