Help for this page

Select Code to Download


  1. or download this
    eval "require RT::Ticket_Overlay";
    if ($@ && $@ !~ qr{^Can't locate RT/Ticket_Overlay.pm}) {
        die $@;
    };
    
  2. or download this
    #!/usr/bin/env perl -l
    
    use strict;
    ...
    Not found
    Not found
    *main::Foo::
    
  3. or download this
    print defined *NoSuchModule::ISA{ARRAY} ? 'Yes' : 'No';
    print defined *NoSuchModule::xxx{ARRAY} ? 'Yes' : 'No';