Help for this page

Select Code to Download


  1. or download this
    @SubDirs = split(/\\/, $PathOnly);
    
  2. or download this
    my @SubDirs = File::Spec->splitdir( $PathOnly );