Cache problem

2003-06-04 Thread Pierre-Alain Prongué
failed at blib/lib/Storable.pm (autosplit into blib/lib/auto/Storable/thaw.al) line 364, at /usr/lib/perl5/site_perl/5.6.0/Cache/CacheUtils.pm line 121 Has anybody had the same problem? And how to correct it? Thanks for your support. Best regards. Pierre-Alain Prongué Responsable Développement

Re: help about perl -pi -e

2002-04-25 Thread Alain
On Thursday 25 April 2002 15:41, you wrote: | Hi, | | Am Donnerstag, 25. April 2002 15:20 hast Du geschrieben: | > exact, that's it. | > but i've got the solution to that problem (i forgot to put the trailing | > 's' in my post, but i used it and it did not work) | > the solution is: | > perl -p0i

Re: help about perl -pi -e

2002-04-25 Thread Alain
n -i.bak -e 'print unless /sub html_base[sS]/ .. eof' *.cgi | | or similar. thanks a lot for helping. someone gave me the solution: perl -p0i -e 's/sub html_base.*//s' *.cgi it did exactly what i wanted: remove all the lines below "sub html_base" thanks again Alain

help about perl -pi -e

2002-04-25 Thread Alain
he lines in one time. Is there anybody who can help? Thanks a lot Alain Scieur -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

modules install ...

2002-04-16 Thread Alain Savio
Hi, I'm using ppm3 on windows to install modules and it works fine, the problem is that the releases I'm looking for aren't available from the 'ActiveState Package Repository' installed after having install activestate. Any idea ??? ______ Alain Sav

syb_err_handler subroutine question

2002-04-12 Thread Alain Savio
"\n"; } $sth = $dbh_dbi->prepare("$sql_stmt"); $dbh_dbi->{syb_err_handler} = \&msg_handler_SYB; $dbh_dbi->{syb_show_sql} = true; $rv = $sth->execute; Normally @_ should get something like: $sql_cmd, $err_number, $severity, $state, $line, $server, $proc, $text_msg

Re: flock with nfs

2002-02-06 Thread Alain
Hi, I posted this message this morning. Is there anybody who can help? Thank you On Wednesday 06 February 2002 10:33, Alain wrote: > Hi, > > I need to use flock function with files on nfs partitions. > I've read that flock only works with local files, and that perl needs to b

flock with nfs

2002-02-06 Thread Alain
anyone know if that's the only thing to do in that case? Thanks a lot Alain Scieur -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]