On Thu, Jul 06, 2006 at 09:09:08AM -0700, Larry Wall wrote:
:     use **perl5::DBI;

which, if you don't like the two-character form, you can spell:

    ⁑perl5::DBI

:-)

Hmm, hmm, speaking of sanity, how 'bout user-defined sigils and twigils:

    sigil ¢ = Capture;
    twigil ¬ = "NOTREALLY::";
    ¢¬foo;      # not really a capture...  :)

Larry

Reply via email to