Help for this page

Select Code to Download


  1. or download this
    use strict;
    sub This::Does::Not::Fail { };
    ...
    This::Does::Not::Fail;                 # rightly so
    This::Will::Fail;                      # as we expect
    It::Bothers::Me::That::This::Works (); # wassup with THAT?!