Help for this page

Select Code to Download


  1. or download this
    each_arrayref: argument is not an array reference
     at 557894.pl line 11
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    {
        print "$v => $t\n";
    }
    
  3. or download this
    4 => 4
    0 => 0
    0 => 0
    3 => 3