Help for this page

Select Code to Download


  1. or download this
        5; print "I'm Perl 5 code\n";
    
  2. or download this
        6; say "I'm Perl 6 code";
    
  3. or download this
        use 6.0;
    
  4. or download this
        module;
    
  5. or download this
        print "I'm Perl 5 code\n";  # Perl 5
    
  6. or download this
        say "I'm Perl 6 code";      # Perl 6