Help for this page

Select Code to Download


  1. or download this
    sub search($) { ... }
    
  2. or download this
    $obj->method($parameter);
    
  3. or download this
    PACKAGE::method($obj,$parameter)
    
  4. or download this
    sub search{ ... }