Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Is there an off-the-shelf Online Membership solution?

by LTjake (Prior)
on Aug 07, 2002 at 00:53 UTC ( [id://188206]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use MySite::SubClass;
    
    my $webapp = MySite::SubClass->new();
    $webapp->run();
    
  2. or download this
    package MySite::SubClass;
    
    ...
    # …
    
    1;
    
  3. or download this
    package MySite::SuperClass;
    
    ...
    # …
    
    1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-03-28 15:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found