use Cwd; sub iamin { return cwd; } #### sub iamin { require Cwd; return Cwd::cwd(); }