Help for this page

Select Code to Download


  1. or download this
    use IO::Handle qw( );
    STDOUT->autoflush(1);
    ...
        sleep(5);
        print "Hello...";
    } while(1);
    
  2. or download this
    use IO::Handle qw( );
    
    ...
        sleep(5);
        print "Hello...";
    } while(1);