Help for this page

Select Code to Download


  1. or download this
    sub call_function {
       my $funcname = shift;
    ...
    
    call_function('f');
    call_function('g');
    
  2. or download this
    f
    no such function main::g