Help for this page

Select Code to Download


  1. or download this
        my %info;
        while (<>) {
    ...
            next unless $info -> [0] eq 'open';
            $info -> [2] += $time - $info -> [1];
        }