in reply to Re^7: creating utility in perl
in thread creating utility in perl

where should the path be directed to before typing these commands

Replies are listed 'Best First'.
Re^9: creating utility in perl
by marto (Cardinal) on Jul 04, 2013 at 09:42 UTC

    For the example you have, you need to be in the directory containing your perl script which you want to package.

      what if there are multiple scripts in that dir

        As you need to tell pp which script you want to package this makes no difference.