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?!