Help for this page
my $path='/foo/bar'; my @dirs=split(/\//,$path); ... print $str; pop @dirs; }
/foo/bar /foo /