Help for this page

Select Code to Download


  1. or download this
    foreach my $file ( lsdir("/") ) {
    
  2. or download this
    foreach my $file ( lsdir($path) ) {
    
  3. or download this
    if (isdir("$path/$file"){
      ...
    } else {
      ...
    }