http://qs321.pair.com?node_id=498219


in reply to Re^2: Perl Security - Prevent SPAM
in thread Perl Security - Prevent SPAM

documentation for perl comes with perl itself, there are unix-style man pages, and there is the 'perldoc' utility that you can use to get information, they are pretty self-explanatory.

Perl documentation is also made available on http://perldoc.perl.org, try searching there for 'my' or 'strict' and you'll find more information.

And .... Google is your friend