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.00000002 million dollars worth,
  Shawn

Programming is as much about organization and communication
as it is about coding.

I like Perl; it's the only language where you can bless your
thingy.

Reply via email to