NAME
Project::Euler::Problem::P%03d - Solutions for problem %03d
VERSION
Version v0.1.0
SYNOPSIS
http://projecteuler.net/index.php?section=problems&id=%d
use Project::Euler::Problem::P%03d;
my $p%d = Project::Euler::Problem::P%03d->new;
my $default_answer = $p%d->solve;
DESCRIPTION
This module is used to solve problem #%03d
### TEMPLATE ###
Problem Attributes
### TEMPLATE ###
SETUP
Problem Number
%03d
Problem Name
### TEMPLATE ###
Problem Date
%s
Problem Desc
%s
Default Input
### TEMPLATE ###
Default Answer
%s
Has Input?
### TEMPLATE ###
Help Message
### TEMPLATE ###
INTERNAL FUNCTIONS
Validate Input
### TEMPLATE ###
Solving the problem
### 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%03d
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.