Help for this page

Select Code to Download


  1. or download this
    foreach $file in @directory {
        if the $file is a directory {
    ...
            explicitly go to the next element;
        }
    }
    
  2. or download this
    use File::Basename;
    my $fname = basename($path);