Help for this page

Select Code to Download


  1. or download this
    while (1) {
        while (<INPUT>) { .... }
        sleep $delay_period;
        seek(INPUT, 0, 1);
    }
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
        seek(INPUT, 0, 1);
    }
    print $query->end_html();