NAME
Real::Handy - Perl extension for fast developing
SYNOPSIS
use Real::Handy;
# instead of:
# use strict;
# use warnings; no warnings 'uninitialized';
# use Data::Dumper;
# use autouse;
# use Carp;
# use FCGI;
# use ... Some other usefull module
# use 5.010; for given, state, say
# use Scalar::Util
# use utf8;
DESCRIPTION
See explanation of Toolkit.
SEE ALSO
AUTHOR
GTOLY, <grian@cpan>
COPYRIGHT AND LICENSE
Copyright (C) 2011 by grian
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.