Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    open(FILE, ">logfile");
    ---write to logfile
    close(FILE);
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
    ---write to logfile
    close(FILE);