Help for this page

Select Code to Download


  1. or download this
    sub test1 {
      ++$_[0] ;
    ...
    my $n = 10 ;
    test1($n) ;
    print "N: $n\n" ;
    
  2. or download this
    T1 [11]
    T2 [12]
    T3 [13]
    end
    N: 13