Help for this page

Select Code to Download


  1. or download this
    use FileHandle;          # Or `IO::Handle' or `IO::'-anything-else
    
    ...
    LOG->autoflush(1);       # Make LOG hot.
    
    ...