Help for this page

Select Code to Download


  1. or download this
    package amIBeingUsed;    # in amIBeingUsed.pm
    
    ...
    
    1;
    
  2. or download this
    use strict;
    my  $module         = "amIBeingUsed";
    ...
    eval "require $module";    # "what took you so long to call me?"