Net::Jabber module

2003-02-05 Thread Julien Motch
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

references and printing

2002-11-14 Thread Julien Motch
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

string can not be printed

2002-11-12 Thread Julien Motch
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

grep programm in Perl

2002-11-12 Thread Julien Motch
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