Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Modules, Frameworks, and Reinventing the Wheel

by Velaki (Chaplain)
on Aug 12, 2004 at 10:21 UTC ( [id://382202]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Math::Simple;
    
    my $math = Math::Simple->new(5);
    my $result = $math->add(6);
    
  2. or download this
    use Perl::Program;
    
    my $program = Perl::Program->new("My program");
    $program->write_it_for_me;  #  Why doesn't it work?!
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://382202]
Approved by Aristotle
Front-paged by NovMonk
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (8)
As of 2024-04-23 12:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found