Help for this page

Select Code to Download


  1. or download this
    #!/cadappl/bin/perl -w -Ilib
    
    ...
    {
            print "$_->[0],$_->[1],$_->[2],$_->[3]\n";
    }
    
  2. or download this
    1,5,1,1
    1,1,2,1
    ...
    5,5,1,5
    2,3,5,3
    5,3,5,5