Help for this page

Select Code to Download


  1. or download this
    my $data = "$1,$2\n";
    chomp $data;
    print "$data\n";
    print "$data,,,,,\n";
    
  2. or download this
    foreach (@files){
        $logfile=$_;
    ...
        }
        close LOGFILE;
    }