Help for this page
Select Code to Download
Select
or
download this
use Cwd; sub iamin { return cwd; }
Select
or
download this
sub iamin { require Cwd; return Cwd::cwd(); }