in reply to Noob question
use strict; use warnings; use Cwd qw(getcwd); print getcwd(), "\n"; [download]
See also: