Help for this page

Select Code to Download


  1. or download this
       
     if (-d $filename) { 
       print "directory\n"; 
     } else { 
       print "other\n";
     }
    
  2. or download this
      sub filter_names {
        my ($nref,$fref,$dref) = @_;
    ...
          }
        }
      }