Handling Charset

2002-05-02 Thread gross, cedric

Hello,

How to handle this kind of string :  =?iso-8859-1?Q? Is there a perl
module to manage  that ?

Thanks for your answer.


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: Handling Charset

2002-05-02 Thread gross, cedric



 -Message d'origine-
 De : Bob Showalter [mailto:[EMAIL PROTECTED]]
 Envoyé : jeudi 2 mai 2002 17:44
 À : gross, cedric; Beginners (E-mail)
 Objet : RE: Handling Charset
 
 
  -Original Message-
  From: gross, cedric [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, May 02, 2002 11:27 AM
  To: Beginners (E-mail)
  Subject: Handling Charset
  
  
  Hello,
  
  How to handle this kind of string :  =?iso-8859-1?Q? Is 
  there a perl
  module to manage  that ?
 
 Your question is too vague. What exactly to you mean by handle
 this kind of string?.

I mean : When, in a file or a mail, I have a string like
'=?iso-8859-1?Q?blalblalblal?='
how to tell Perl to take into account the charset information and not
using directly the string like above ?

 
 If you want to know about how Perl works with the locale system,
 see:
 
perldoc perllocale
 

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Segmentation fault - core dumped

2002-02-19 Thread gross, cedric



Dear 
all,

Sometimes with this 
piece of prog join I obtain a segmentation fault - core 
dumped...
Why ? and How I 
could solve it ?


Thanks for 
help


meta_extract.pl
Description: meta_extract.pl

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Segmentation fault - core dumped

2002-02-19 Thread gross, cedric

 De : Ken Clark [mailto:[EMAIL PROTECTED]]
 Envoyé : mardi 19 février 2002 12:54

 could you be more precise? you could backtrace it, and send 
 that in as a
 bug, if it is one. and what version are you using? what were you doing
 when it failed? is there consistency with the failure?

I'm running perl v5.6.1 built for i386-freebsd
with libwww-perl-5.63
with msql,Mysql 1.2216
with HTML::TreeBuilder 3.11

I'm running this piece of prog as a cron job every 30 mins. Sometimes is
working fine, sometimes it's craching...Don't understand why ...

I try to find out with the core dumped file but it's not human
readable...(for me)
Cedric
 
 nice vagueness though. i give it a 9.
 
 k
 
 On Tue, Feb 19, 2002 at 09:56:34AM +0100, gross, cedric wrote:
  
 Dear all,
  
  
  
 Sometimes with this piece of prog join I obtain a 
 segmentation fault -
 core dumped...
  
 Why ? and How I could solve it ?
  
  
  
  
  
 Thanks for help
 
 

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Include file

2002-02-01 Thread gross, cedric

I have a set of program to do which is using always same var.
 
So I would like to defined a small file where I defined my var (like
$database=toto $host=localhost etc..) and then include it in my
other program, but
How to do that ?
 
I try use but it's seems that is for complete module.
require seems to be for version behavior
and include seems not be supported...
 
I browse doc but I found nothing..
 
 



Size of directory

2002-01-25 Thread gross, cedric

Hello,
 
I don't reach understand how I could obtain the size of a given
directory and all the sub-directory..
 
Is there a function doing that ? or Is somebody have a sub doing that ?
 
Another question :
What is the meanning of this 512 bytes for a directory when I do a LL on
my unix system ?
 
Many thanks