Help for this page

Select Code to Download


  1. or download this
        use v6;
        # ...some Perl 6 code...
    ...
                # ...more Perl 6 code...
            }
        }
    
  2. or download this
    
        use v6;
    ...
                # now how do I call perl 5?
            }
        }