Help for this page

Select Code to Download


  1. or download this
    my @arr = ([1,2],[3,4]);
    
    ...
            print "$_\n";
        }
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
            print "\$arr[$x][$y] = $arr[$x][$y]\n";
        }
    }