Revision history for subs-auto
+0.04 2008-10-02 20:50 UTC
+ + Doc : Nits.
+ + Tst : Yet more of them.
+
0.03 2008-09-05 20:10 UTC
+ Chg : The hint hash slot used is now 'subs__auto'.
+ Tst : More of them.
subs::auto - Read barewords as subroutine names.
VERSION
- Version 0.03
+ Version 0.04
SYNOPSIS
{
foo->meth; # "'foo'->meth" if you have use'd foo somewhere,
# or "foo()->meth" otherwise
print foo 'wut'; # print to the filehandle foo if it's actually one,
- # or "foo()->print('wut')" otherwise
+ # or "print(foo('wut'))" otherwise
} # ... but function calls will fail at run-time if you don't
# actually define foo somewhere
resolution of all the corresponding barewords. Defaults to the
current package.
+ This module is not a source filter.
+
EXPORT
None.