> 
> In the below link I came across
> 
> http://www.perl.com/pub/a/2002/06/04/apo5.html?page=8
> 
>     $_ = "abracadabra";
>         @all = m:any /a.*?a/;
> produces:
> 


What version of perl are we talking about here?  

5.8 or 6 maybe?


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to