Help for this page

Select Code to Download


  1. or download this
    GetOptions( "one" => .....sub1().... ,
                "two"  => .....sub2()....,
    ...
    sub sub3 {
    print "sub three";
    }
    
  2. or download this
    GetOptions( "one" => $three,
                "two"  => $two,
                 "three" => $three );