Hi All
I have some problem using the Net::Jabber .From my perl prog side
,everything seems ok ,I check the reurn values of the functions which
tell me that I am connected an authentificated .But from the server
side,I have a login fail in the error.log file .If anybody has already
experienced
Hi ,
There is one thing I could not explain about printing references .
Take this little program :
#!/usr/bin/perl
use Mail::POP3Client;
$pop = new Mail::POP3Client(HOST => "pop.skynet.be");
print $pop->Host(); #OK print pop.skynet.be
print "\n";
#The next line printsd the reference why
Hi ,
I am again experiencing problem with regular expressions and how to
print them .My program retrieves some mail headers and the extract two
strings : the subject ($subject) and the sender of the mail ($who) .Then
the program has to print them .
Here is the programm :
#Print subject and sende
Hello ,
I am new to perl and here is my problem .I have written a programm which
checks my mail and sends me instant message via gabber when 10 or more
mail arrive or when a special sender writes me .The problem is that I
receive the message head in one string .I want to isolate the line w