Hello I created a perl script for telneting and it works fine on my windows box. but when I move the code to debian server it doesn't work. when I compile it I get
Can't locate object method "open" via package "URI::_foreign" at multibox_playback.pl line 33.
obviously I am using
#!/usr/bin/perl
use URI::telnet;
and line 33 is
$s[$i]->open("$t[$i]");
can anyone help? thanks
Can't locate object method "open" via package "URI::_foreign" at multibox_playback.pl line 33.
obviously I am using
#!/usr/bin/perl
use URI::telnet;
and line 33 is
$s[$i]->open("$t[$i]");
can anyone help? thanks