Help for this page

Select Code to Download


  1. or download this
     
    sub interface_sub
    {
    ...
        };
    }
    
  2. or download this
    sub exec_internal_sub
    {
    ...
        exec_internal_sub(\&internal_sub2, $arg1, $arg2, $arg3);
    }