Hi forum,
I'n not sure if i'm in the right forum, since I don't know the first thing about perl, but here it comes:
I host an ubuntu server and downloaded an answering machine (VOCP); installations seemed to go well. When I receive a call , a script (vocp.pl) is executed. The sript failed with a long list of errors:
============
Use of uninitialized value in scalar chomp at /usr/local/share/perl/5.8.8/Modem/Vgetty.pm line 73, <GEN0> line 6.
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Modem/Vgetty.pm line 74, <GEN0> line 6.
Use of uninitialized value in hash element at /usr/local/share/perl/5.8.8/Modem/Vgetty.pm line 75, <GEN0> line 6.
Use of uninitialized value in string ne at /usr/local/share/perl/5.8.8/Modem/Vgetty.pm line 113, <GEN0> line 6.
============
These four errors repeat hundreds of times. I read on some google result that it's due to a broken perl interpreter.
Is that so, and if, how do I test/fix what going wrong? Should I post the section of the script that fails?
Thank you in advance!
I'n not sure if i'm in the right forum, since I don't know the first thing about perl, but here it comes:
I host an ubuntu server and downloaded an answering machine (VOCP); installations seemed to go well. When I receive a call , a script (vocp.pl) is executed. The sript failed with a long list of errors:
============
Use of uninitialized value in scalar chomp at /usr/local/share/perl/5.8.8/Modem/Vgetty.pm line 73, <GEN0> line 6.
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Modem/Vgetty.pm line 74, <GEN0> line 6.
Use of uninitialized value in hash element at /usr/local/share/perl/5.8.8/Modem/Vgetty.pm line 75, <GEN0> line 6.
Use of uninitialized value in string ne at /usr/local/share/perl/5.8.8/Modem/Vgetty.pm line 113, <GEN0> line 6.
============
These four errors repeat hundreds of times. I read on some google result that it's due to a broken perl interpreter.
Is that so, and if, how do I test/fix what going wrong? Should I post the section of the script that fails?
Thank you in advance!