Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    My::Module::print_caller_name();
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
    
    1;
    
  3. or download this
    warn "ALERT ALERT ALERT" unless(-f "$_PATH/$_SCRIPT");