Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Error saying “Undefined subroutine xxx called at…”

by VinsWorldcom (Prior)
on Jul 26, 2016 at 02:21 UTC ( [id://1168525]=note: print w/replies, xml ) Need Help??


in reply to Error saying “Undefined subroutine xxx called at…”

Without the code of the module, I'm going to guess that the module is not exporting the ConnectFSQ() sub. When you call it from your script, the error is saying that ConnectFSQ() is not found in your script's namespace.

Try:

my $IP_FSQ = "xxx.xxx.xxx.xxx"; # ip address ... (blah blah blah) rns_fsq_jw::ConnectFSQ($IP_FSQ);

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1168525]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-19 09:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found