Help for this page

Select Code to Download


  1. or download this
                                    # Change the output to logfile
                                    $filehandle = select LOG_FILENAME;
    ...
    
                                    # Restore the filehandle
                                    select $filehandle;
    
  2. or download this
                                    # Change the output to logfile
                                    $filehandle = select LOG_FILENAME;
    
    ...
    
                                    # Restore the filehandle
                                    select $filehandle;