Help for this page

Select Code to Download


  1. or download this
    my $path='/foo/bar';
    my @dirs=split(/\//,$path);
    ...
        print $str;
        pop @dirs;
    }
    
  2. or download this
    /foo/bar
    /foo
    /