Help for this page

Select Code to Download


  1. or download this
    sub fun(\$$;$)
            {
    ...
            print shift;
            print shift;
            }
    
  2. or download this
    $a=5; $b=6;
    fun($a,$b,3);