NAME

Just::Another::Perl::Hacker - make Just Another Perl Hacker work

SYNOPSIS

  use strict;   # Stricture OK!
  use warnings; # Don't worrry, does not warn!
  use Just::Another::Perl::Hacker;
  print Just Another Perl Hacker;

DESCRIPTION

Did you know the Magic Phrase Just Another Perl Hacker is a completely valid construct in perl? Even under stricture and warnings it parses fine.

But to make it really work, you need this module. Otherwise perl complains like Can't locate object method "Perl" via package "Hacker" (perhaps you forgot to load "Hacker"?) at -e line 1. .

This module uses absolutely no source filter, XS, or other tricks. This module is a perfect example of the fact that it takes no tricks to be a Just Another Perl Hacker!

Other magic phrases that are enabled are:

  Just Another Perl Porter
  Just Another Perl Poet
  Yet Another Perl Hacker
  Yet Another Perl Porter
  Yet Another Perl Poet

Why not Acme::Just::Another::Perl::Hacker ?

Sorry. I just couldn't resist.

EXPORT

None by default.

SEE ALSO

Poem, Acme::JAPH, Lingua::Romana::Perligata

AUTHOR

Dan Kogai, <dankogai@dan.co.jp>

COPYRIGHT AND LICENSE

Copyright (C) 2006 by Dan Kogai

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.