Help for this page

Select Code to Download


  1. or download this
    my @time = localtime;
    
    ...
        $wait = int(0.5 + $wait * 1.5);
        @time = localtime;
    }