Help for this page

Select Code to Download


  1. or download this
    next unless ($path =~ /[\.txt|\.log]/);
    
  2. or download this
    next if !($path =~ /[\.txt|\.log]/);