Help for this page

Select Code to Download


  1. or download this
    sub pascal {
      my ($rows) = @_;
    ...
        print " 1\n";
      }
    }
    
  2. or download this
    sub ton_pascal
    {
    ...
            print join(' ', @$this_row) . "\n";
        }    
    }