Help for this page

Select Code to Download


  1. or download this
    sub more { print "more()\n" }
    sub fallover { print "fallover()\n" }
    ...
    if ($command eq "laugh") {
        fallover;
    }