| Acme-USIG documentation | view source | Contained in the Acme-USIG distribution. |
Acme::USIG - express the true nature of strict
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
perl Build.PL perl Build test
and if all goes well
perl Build install
What changed over the last 3 revisions
inspired by Matt LeBlanc we now hold onto the previous &strict::import and put it back during cool::is to allow lexical declarations of faith
maintenance release for 5.8.1. 5.8.1's strict.pm is stricter about what strictures it will honour so now gay::is nobbles that too =back
use Acme::USIG;
system('lynx', '-dump', is gay);
Richard Clamp <richardc@unixbeard.net>
Copyright (C) 2001, 2002, 2003 Richard Clamp. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Acme-USIG documentation | view source | Contained in the Acme-USIG distribution. |