Help for this page

Select Code to Download


  1. or download this
    use POSIX qw(:sys_wait_h);
    sub doit {
    ...
            exit(0);
        }
    }