# New Ticket Created by  Richard Hainsworth 
# Please include the string:  [perl #62068]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62068 >


The output from .perl for a regex could be more useful than currently.
I have
$ perl6
 > my $x = /<digit>+/; say $x.perl
{ ... }

Doesnt seem to matter what the regex is.

Perhaps,

Regex { <digit>+ }


Reply via email to