Acme::USIG - express the true nature of strict


Acme-USIG documentation  | view source Contained in the Acme-USIG distribution.

Index


NAME

Top

Acme::USIG - express the true nature of strict

SYNOPSIS

Top

 use Acme::USIG;
 use strict is gay;

 $foo = 1;
 print $Foo; # works no problem

Alternatively

 use Acme::USIG;
 use strict is cool;

 $foo = 1; # blows some pesky error

DISCUSSION

Top

Simply denounce strict as the false effort waster that it is, and have it get out of your way.

Inspired by a typo, made to work by cunning, used by fools.

BUGS

Top

Tramples over the gay and cool namespaces - this may cause problems should p5p ever choose to implement these for future pragmas.

SEE ALSO

Top

  use Acme::USIG;
  system('lynx', '-dump', is gay);

AUTHOR

Top

Richard Clamp <richardc@unixbeard.net>

COPYRIGHT

Top


Acme-USIG documentation  | view source Contained in the Acme-USIG distribution.