Help for this page

Select Code to Download


  1. or download this
    #!path to perl
    use strict;
    ...
    print "$_\n" foreach (@errors);
    }
    sleep 3; exit;