Help for this page

Select Code to Download


  1. or download this
            VALUE {
                confess "What the... use this as a hashref, bub!"
            }
    
  2. or download this
    use Test::More qw(no_plan); # yeah, yeah - I'm developing it.  I'll co
    +unt later.
    use Test::Exception;
    
    BEGIN { use_ok("My::Module"); }
    
  3. or download this
    t/get_set..............Prototype mismatch: sub CORE::GLOBAL::caller (;
    +$) vs none at /usr/lib64/perl5/site_perl/5.8.8/Contextual/Return.pm l
    +ine 12.