NAME
Project::Euler::Problem::P - Solutions for problem projecteuler.net ### TEMPLATE ###
VERSION
Version v0.1.0
SYNOPSIS
This module is used to solve problem # located on projecteuer.net ### TEMPLATE ###
{Talk about the problem} ### TEMPLATE ###
use Project::Euler::Problem::P; ### TEMPLATE ###
SETUP
Problem Number
0 ### TEMPLATE ###
Problem Name
Template Name ### TEMPLATE ###
Problem Date
2012-12-21 ### TEMPLATE ###
Problem Desc
Template description that must be changed ### TEMPLATE ###
Default Input
None obviously ### TEMPLATE ###
Default Answer
42 ### TEMPLATE ###
Has Input?
No ### TEMPLATE ###
Help Message
None at this time ### TEMPLATE ###
FUNCTIONS
Validate Input (internal function)
The input must must be formatted like this:
well not like template code! ### TEMPLATE ###
Solve the problem (internal function)
Put your logic in here please ### TEMPLATE ###
AUTHOR
Adam Lesperance, <lespea at cpan.org>
BUGS
Please report any bugs or feature requests to bug-project-euler at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Project-Euler. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Project::Euler::Problem::P ### TEMPLATE ###
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2009 Adam Lesperance.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.