Help for this page

Select Code to Download


  1. or download this
    # bar.pm
    BEGIN { 
    ...
            die  
        }
    }
    
  2. or download this
    # bar.pm
    CHECK {
        die
    }