in reply to Re^4: Custom Module question
in thread Custom Module question

The first line of your module should be
package PrintName;
not use Printname;

poj

Replies are listed 'Best First'.
Re^6: Custom Module question
by imfaus (Initiate) on Dec 04, 2014 at 20:52 UTC
    you guys rock this fixed the problem

      Yes, but like this
      our @EXPORT_OK = qw/ print_name run_system /;

      see qw
      poj