Help for this page

Select Code to Download


  1. or download this
    # Verify that we're called correctly so that strictures will work.
    unless ( __FILE__ =~ /(^|[\/\\])\Q${\__PACKAGE__}\E\.pmc?$/ ) {
        # Can't use Carp, since Carp uses us!
    ...
    Incorrect use of pragma 'strict' at -e line 0.
    Compilation failed in require.
    BEGIN failed--compilation aborted.
    
  2. or download this
    # Verify that we're called correctly so that warnings will work.
    # see also strict.pm.
    ...
    Compilation failed in require.
    BEGIN failed--compilation aborted.