Help for this page

Select Code to Download


  1. or download this
    @ = "A", "B", "C";
    my @gaps = mesh @l, @l;
    pop @gaps; shift @gaps;
    
  2. or download this
    
    use strict;
    ...
    
    say "print the hash:";
    say  join " ",  %info;