in reply to Undefined subroutine &main::func1 [SOLVED]

What does "client.pl line 9" look like? In fact, what do lines 1 - 9 look like?

Most likely func1 comes from a module, but you haven't told Perl where to find it. You probably need something like:

Net::SNTP::Client::func1();
Perl is the programming world's equivalent of English

Replies are listed 'Best First'.
Re^2: Undefined subroutine &main::func1
by thanos1983 (Parson) on Jun 28, 2015 at 02:22 UTC

    Hello GrandFather,

    Thank you for your time and effort reading and replying to my question.

    I have updated my question with the part that was missing.

    Seeking for Perl wisdom...on the process of learning...not there...yet!