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

You don't do this within a your perl code, this runs from the command line.

Replies are listed 'Best First'.
Re^8: creating utility in perl
by Anonymous Monk on Jul 04, 2013 at 09:40 UTC
    where should the path be directed to before typing these commands

      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