The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Acme::Snark - What I tell you three times is true

SYNOPSIS

  use Acme::Snark;
  tie $foo, Acme::Snark;

  $foo = 0;
  $foo = 0;
  $foo = 0;

  print "True\n" if $foo;

DESCRIPTION

 Just the place for a Snark!  I have said it twice:
      That alone should encourage the crew.
 Just the place for a Snark!  I have said it thrice:
      What I tell you three times is true.

BUGS

Fetch gets called far, far too many times, which is confusing.

AUTHOR

Alex Gough (alex@earth.li) - Go on, I feel lonely...

Thanks to mstevens for getting the joke.

SEE ALSO

perl(1). Psychiatrist(8). _The Hunting of the Snark_ _Stand on Zanzibar_

COPYRIGHT

This module is Copyright (c) Alex Gough, 2001.

LICENSE

This is free software, you may use and redistribute this code under the same terms as perl itself.