Help for this page

Select Code to Download


  1. or download this
    printf "log files = \n";
    print @log_paths;
    printf "\n";
    
  2. or download this
    print "log files = \n", @log_paths, "\n";