Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    open (LOG, ">>", 'delme.txt');
    print log "$msg\n";
    close LOG;
    
  2. or download this
    Argument "9:23:17\n" isn't numeric in log at noname.pl line 7.
    2.19722457733622
    
  3. or download this
    use strict;
    use warnings;
    ...
    open (LOG, ">>", 'delme.txt');
    print Log "$msg\n";
    close LOG;
    
  4. or download this
    Name "main::Log" used only once: possible typo at noname.pl line 7.
    print() on unopened filehandle Log at noname.pl line 7.