With rakudo, just running perl6 with no arguments drops you into the RE_L.
On Tuesday, December 29, 2009, Shawn H Corey wrote:
> Juan Madrigal wrote:
>> Does Perl6/Rakudo have an interactive perl shell like ruby does with irb?
>
> $ perl -ple '$_=eval'
>
> (In Windows: perl -ple "$_=eval" )
>
> E
Juan Madrigal wrote:
> Does Perl6/Rakudo have an interactive perl shell like ruby does with irb?
$ perl -ple '$_=eval'
(In Windows: perl -ple "$_=eval" )
Enter the command `exit` to end the session.
--
Just my 0.0002 million dollars worth,
Shawn
Programming is as much about organizatio
Carl (>), Ovid (>>):
>> As a follow-up to this, I have my code posted at
>> http://blogs.perl.org/users/ovid/2009/12/configini-in-perl-6.html
>>
>> While my admittedly clumsy grammar matches, transforming it into an AST has
>> failed miserably.
>>
>> Aside from the advent calendar or the online d
Ovid (>):
> As a follow-up to this, I have my code posted at
> http://blogs.perl.org/users/ovid/2009/12/configini-in-perl-6.html
>
> While my admittedly clumsy grammar matches, transforming it into an AST has
> failed miserably.
>
> Aside from the advent calendar or the online docs at
> http://p
Jason (>), Juan (>>):
>> Does Perl6/Rakudo have an interactive perl shell like ruby does with irb?
>>
>> http://en.wikipedia.org/wiki/Interactive_Ruby_Shell
>>
>> Would be great for trying out the new syntax quickly.
>
> My phone accidentally sent an empty reply to this. What I was supposed to
> re
As a follow-up to this, I have my code posted at
http://blogs.perl.org/users/ovid/2009/12/configini-in-perl-6.html
While my admittedly clumsy grammar matches, transforming it into an AST has
failed miserably.
Aside from the advent calendar or the online docs at
http://perlcabal.org/syn/S05.h