Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

RE: mybooks.pl

by chromatic (Archbishop)
on Aug 10, 2000 at 05:24 UTC ( [id://27226]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    mkdir("$dir", 0777) || die "Could not mkdir \"$dir\": $!\n";
    
  2. or download this
    ($menu eq 1) && addwant();
    ($menu eq 2) && addhave();
    
  3. or download this
    my @actions = qw( \&addwant \&addhave ); # and so forth
    
    # get input
    ...
        print "\n\n\nGoodbye!\n";
        exit;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found