Help for this page

Select Code to Download


  1. or download this
    my (%current, %previous);
    while (1)
    {
    ...
        %previous = %current;
        sleep 3600;
    }