Thread Net::Telnet - Page-Modus (10 answers)
Opened by KPW at 2012-02-29 17:14

FIFO
 2012-03-01 12:29
#156531 #156531
User since
2005-06-01
469 Artikel
BenutzerIn

user image
Guest KPW
Code (perl): (dl )
1
2
3
4
5
        if ($line =~ /More/i) {
                print "More gefunden\n";
                $telnet->print('\n');
        }
        print $line;


Hier muss \n wohl in doublequotes ...
Everyone knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it? -- Brian Kernighan: "The Elements of Programming Style"

View full thread Net::Telnet - Page-Modus