Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    my @ourISA = do { no strict 'refs'; @{__PACKAGE__ . '::ISA'} };
    print "@ourISA\n";     # CGI