Help for this page

Select Code to Download


  1. or download this
    print 1, 'b', 3, 'd', 5, 'f', "\n";
    
  2. or download this
    my @stuff = map $_ + 2, 6, 7, 8, 9, 10;
    
  3. or download this
    my %h = ( 1 => 'j', 2 => 'b' );