Help for this page

Select Code to Download


  1. or download this
    &func_abc($param_abc);
    
  2. or download this
    sub say_something($); #prototype
    
    ...
    }
    
    say_something("an apple");# call the sub.