Help for this page
use File::Basename; use Cwd 'abs_path'; ... chdir abs_path $path; do { Something::with($name) }; }