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();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Undefined subroutine &main::func1
by thanos1983 (Parson) on Jun 28, 2015 at 02:22 UTC |