Help for this page

Select Code to Download


  1. or download this
    if (!caller) {
        main();
        exit;
    ...
    sub main { # only used when called from the command line
        # ...
    }