Help for this page

Select Code to Download


  1. or download this
    sub get_file_from_log(){
       my $log_name=shift;
       open(my $log_file, "<", $log_name);
    
  2. or download this
       open(my $log_file, "<", $log_name);
       my $file_name;
       while (<logFile>){