![]() |
|
|
|
|
|||||||
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Run perl file in Crontab error. | raccsdl | Shell Programming and Scripting | 2 | 11-13-2007 03:07 AM |
| help: error in installing perl module DBD::mysql | Yogesh Sawant | UNIX and Linux Applications | 3 | 11-05-2007 04:22 AM |
| error connecting database from perl | DILEEP410 | Shell Programming and Scripting | 4 | 09-17-2007 05:03 AM |
| xml parsing error in perl | bishweshwar | UNIX for Advanced & Expert Users | 1 | 05-30-2007 07:59 PM |
| Error with perl scripts... | Amardeep | SUN Solaris | 1 | 06-19-2006 06:07 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
PERL Error
hi,
I am trying following TELNET script on SunOS terminal01 5.8 Generic_108528-27 sun4u sparc SUNW,Sun-Blade-100. I am stuck up due to an Error I cannot fix out. please can some one here can help me out. I must be thankful. code: Quote:
Quote:
output for perl -V Quote:
Last edited by Asteroid; 04-23-2008 at 11:04 PM. |
| Forum Sponsor | ||
|
|
|
|||
|
Hi there, I've been using perl for a number of years and haven't come across the use of echo, is it a sub in your script?
Anyway, when I did a perl -c yourscript.plI got a bunch of errors around the echo statements. As a quick test, if you just do this, in bold below, and try again. #!/usr/bin/perl -w clear(); =comment echo "***************************************\n"; echo "***** A Telnet Script ***** \n"; echo "***************************************\n\n"; echo "TELNET Tunnels in progress, Hold on. \n"; =cut use Net::Telnet; |
|
|||
|
THX googling for the idea. Actually I am new at PERL, so did some stupid mistakes.
Anyways It is working now, but now I am facing some more errors. I a hopefull some one hehe can really help me out. Quote:
|
| Thread Tools | |
| Display Modes | |
|
|