Help for this page

Select Code to Download


  1. or download this
    #!\strawberry\perl\bin\perl.exe
    use strict;
    ...
    open (LOGFILE, ">>$logfile") || die "couldn't open log file \n";
    print LOGFILE "test log file line";
    close(LOGFILE);
    
  2. or download this
    Insecure dependency in open while running with -T switch at MyCgiProg.
    +pl line 8.