Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    
    ...
    sub do_help {print "help\n"}
    sub do_list {print "list\n"}
    sub do_test {print "test\n"}