Help for this page

Select Code to Download


  1. or download this
    open(LOK, ">>C:\\Perl\\RTEOlock\\check\\RTEOlock.log") || this_is_sub(
    +) ;
    
  2. or download this
    unless ( open(LOK, ">>C:\\Perl\\RTEOlock\\check\\RTEOlock.log") ) {
      # do what ever we can not open the file
      ...
    }