Help for this page

Select Code to Download


  1. or download this
    &rien2rien(\@ut);
    
    ...
            print "in other sub:\t$a\t$b\n";
        }
    }
    
  2. or download this
    sub rien2rien
    {
    ...
            print "in other sub:\t$var1\t$var2\n";
        }
    }