Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Help with my Coding Style - another chance to critique

by rattusillegitimus (Friar)
on Jul 02, 2002 at 05:31 UTC ( [id://178766]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package AuthorWeb;
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/perl -wT
    use strict;
    ...
    use AuthorWeb;
    my $webapp = AuthorWeb->new();
    $webapp->run();
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://178766]
Approved by cjf
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-03-28 18:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found