in reply to Re^3: -bash: use
in thread -bash: use

Craigs-MacBook-Pro:Perl craiglavallee$ use -bash: use: command not found

Replies are listed 'Best First'.
Re^5: -bash: use
by Corion (Patriarch) on Jul 01, 2017 at 18:22 UTC

    A module is not intended to be run directly.

    Write your code as a Perl script, save it as myscript.pl and run it as:

    perl myscript.pl