Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
        }
        close O;
    }
    
  2. or download this
    #! perl -slw
    use strict;
    ...
    }
    
    printf "\n\nTook %.6f secs\n", time() - $start;
    
  3. or download this
    [16:39:37.79] C:\test\junk>..\junk63
    Processing templ99.txt
    ...
    Took 6.626883 secs
    
    [17:25:35.03] C:\test\junk>