Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    pp \@b;
    pp \@a;
    
  2. or download this
    { a => 1, b => 2 }
    [4 .. 7]
    [1, 2, 3]