Help for this page

Select Code to Download


  1. or download this
    if ($entry5 ne $name && $entry5 !~ m/\.log$/) { # ...
    
  2. or download this
    if (-e 'abc' && -d _) {
        foreach my $entry (<*.log>) {
            print OUTPUT ":E: $entry5 is  extra file/dir \n";
        }
    }