Help for this page

Select Code to Download


  1. or download this
    package TEST;
    ..........
    ...
       my $par = shift;
       return $par;
    }
    
  2. or download this
    my $obj = new TEST();
    print $obj->xxx("hi")
    
  3. or download this
    print xxx("", "hi");