Help for this page

Select Code to Download


  1. or download this
    $can_be_called_from = { 
       foo => 1,
    ...
    sub baz { ... }
    
    1;
    
  2. or download this
    foreach ($plugin_script) {
       require $_;
    ...
          #call the relevant subroutine
       }
    }