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:[EMA

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: Segmentation fault - core dumped

2002-02-19 Thread gross, cedric
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, > > > > > > > >

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 PROTEC

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. "re

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 ?