Help for this page

Select Code to Download


  1. or download this
    use Inline Parrot;
    
    print "Start Perl\n";
    ...
        print "\n" 
        ret 
    .end
    
  2. or download this
    package Inline::Parrot;
    $VERSION = '0.01';
    ...
    1;
    
    __END__