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;
    }