On Thu, Feb 14, 2008 at 3:54 AM, Michael G Schwern <[EMAIL PROTECTED]> wrote: Sorry -- just catching up on this thread.
> > {
> > $dir->local_chdir();
> > ...do your stuff...
> > }
> >
> > but that's probably out of my ken.
Subroutine prototype?
$dir->do_within {
};
Also -- feel free to rip off whatever is needed from File::pushd.
David
