liljunior has asked for the wisdom of the Perl Monks concerning the following question:
I have posted my script on my scratchpad and made it public. There is one more thing bout my script. It works fine using the command above via command line. But if i just type:perl push2.pl -i (ip address) -s (tftp server) -c (config file) <enter +>
I get this error:perl push2.pl
I would like to fix that also.Use of uninitialized value in concatenation (.) or string at push2.pl +line 45. IP ADDRESS: Use of uninitialized value in concatenation (.) or string at push2.pl +line 74. Error: can't resolve "" to IP address at /usr/lib/perl5/site_perl/5.6.1/SNMP_util.pm line 400 Can't bless non-reference value at /usr/lib/perl5/site_perl/5.6.1/SNMP +_Session.pm line 860.
20030805 Edit by Corion: Added formatting
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: help with getting my perl script to run via web
by LameNerd (Hermit) on Aug 05, 2003 at 20:17 UTC | |
by nkuitse (Sexton) on Aug 05, 2003 at 20:47 UTC | |
|
Re: help with getting my perl script to run via web
by PhilHibbs (Hermit) on Aug 05, 2003 at 20:09 UTC | |
|
Re: help with getting my perl script to run via web
by liljunior (Initiate) on Aug 05, 2003 at 19:57 UTC | |
|
Re: help with getting my perl script to run via web
by Massyn (Hermit) on Aug 05, 2003 at 22:19 UTC | |
by liljunior (Initiate) on Aug 06, 2003 at 17:32 UTC | |
by MidLifeXis (Monsignor) on Aug 06, 2003 at 02:22 UTC |