Help for this page

Select Code to Download


  1. or download this
    Bareword "xception" not allowed while "strict subs" in use at C:/straw
    +berry5143/perl/vendor/lib/Test/Exception.pm line 4.
    Compilation failed in require at t/40_fetch_memberships.t line 14.
    BEGIN failed--compilation aborted at t/40_fetch_memberships.t line 14.
    
  2. or download this
     1: use strict;
     2: use warnings;
    ...
     5: use Test::Builder;
     6: use Sub::Uplevel qw( uplevel );
     7: use base qw( Exporter );
    
  3. or download this
    #! perl
    use strict;
    use warnings;
    ...
    
    __END__