Help for this page

Select Code to Download


  1. or download this
        my $path = Path::Tiny->cwd;
        $path = $path->parent until -f "$path/.marker" or $path->is_rootdi
    +r;