Help for this page

Select Code to Download


  1. or download this
    if (0) {
        use strict;
    ...
    print "INC = @{[keys %INC]}\n";
    __END__
    INC = strict.pm
    
  2. or download this
    sub FALSE () { 0 }
    
    ...
    __END__
    INC = strict.pm
    FALSE exists