Antwort: Re: """Wallbanger@t-online.de""" aus Eurer Verteiung nehmen!!!!!

2004-10-29 Thread Manfred . Beilfuss
auszutragen. Daraufhin wirst Du eine Bestätigungsemail erhalten, die Du noch mal kurz beantworten musst ( ohne weiteren Inhalt )! Dann solltest Du keine Emails von der Liste mehr erhalten. Hi Gunnar , I just tried to translate you. Mit freundlichen Gruessen / Best regards Manfred Beilfuss

Antwort: Matching two seperate lines that begin with the same word

2004-10-06 Thread Manfred . Beilfuss
"Gavin Henry" <[EMAIL PROTECTED]An: [EMAIL PROTECTE

Antwort: use perl to inquire database and send email automatically

2004-09-22 Thread Manfred . Beilfuss
he specific DBD or just DBD::ODBC ! HTH! Best regards Manfred Beilfuss -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Antwort: Edit a file inplace..

2004-07-22 Thread Manfred . Beilfuss
state-perl Mit freundlichen Gruessen / Best regards Manfred Beilfuss [

Antwort: RE: Antwort: FTPing of files between remote servers.

2004-07-20 Thread Manfred . Beilfuss
eundlichen Gruessen / Best regards Manfred Beilfuss [EMAIL PROTECTED]

Antwort: FTPing of files between remote servers.

2004-07-20 Thread Manfred . Beilfuss
freundlichen Gruessen / Best regards Manfred Beilfuss [EMAIL PROTECTED

Manfred Beilfuß/DVAG ist außer Haus.

2004-05-24 Thread Manfred . Beilfuss
Ich werde ab 13.05.2004 nicht im Büro sein. Ich kehre zurück am 04.06.2004. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. In dringenden Fällen die DB-Administration betreffend, bitte eine entsprechende Note an die Adresse dba-intel bzw. dba-host senden -- To unsubscribe, e-mail: [

Re: writing output to file

2004-04-22 Thread Manfred . Beilfuss
Hi Graeme, "Graeme McLaren" <[EMAIL PROTECTED

Antwort: Re: book suggestion for atypical beginner ['securiQ.Watchdog': überprüft]

2004-04-07 Thread Manfred . Beilfuss
em to do. But none of them work with use strict. Nor do I understand what the strict messages tell me. Mit freundlichen Gruessen / Best regards Manfred Beilfuss Deutsche Vermögensberatung AG IT_Systemmanagement , DBA Münchenerstr. 1 60329 Frankfurt Tel.: +49 (69) 2384 - 639 Fax: +49 (69) 2384 - 3

Antwort: Timezone conversion

2004-04-02 Thread Manfred . Beilfuss
Hi , I would try to convert your timestamp with localtime ( see perldoc -f localtime ) into separate variables and do the computing myself. But possibly time::localetime suits you and your needs better ??? Mit freundlichen Gruessen / Best regards Manfred Beilfuss Deutsche Vermögensberatung AG

Antwort: Project Advice Wanted

2004-03-30 Thread Manfred . Beilfuss
hope you may find something on sourceforge about it, Mit freundlichen Gruessen / Best regards Manfred Beilfuss Deutsche Vermögensberatung AG IT_Systemmanagement , DBA Münchenerstr. 1 60329 Frankfurt Tel.: +49 (69) 2384 - 639 Fax: +49 (69) 2384 - 329 Mailto:[EMAIL PROTECTED

Antwort: Compilation

2004-03-30 Thread Manfred . Beilfuss
yes Sir , there are several possibilities e.g. perlapp : J:\mbf>perlapp -? PerlApp 5.0.3 build 503 Copyright (C) 1998-2002 ActiveState Corp. All rights reserved. Usage: perlapp [options...]

Antwort: Search for a file pattern in a directory tree recursively / Stoting Info on hash's

2004-03-24 Thread Manfred . Beilfuss
@ARGV); print "$name ". scalar(laocaltime($age)) . "\n"; If you join these code-fragments and store filename, path, ext and age into a hash or other structure you should be able to solve your problem. If you succeed could you please tell me how ? Mit freundlich

Manfred Beilfuß/DVAG ist außer Haus.

2004-02-13 Thread Manfred . Beilfuss
Ich werde ab 09.02.2004 nicht im Büro sein. Ich kehre zurück am 16.02.2004. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. In dringenden Fällen die DB-Administration betreffend, bitte eine entsprechende Note an die Adresse dba-intel bzw. dba-host senden -- To unsubscribe, e-mail: [

Manfred Beilfuß/DVAG ist außer Haus.

2004-02-11 Thread Manfred . Beilfuss
Ich werde ab 09.02.2004 nicht im Büro sein. Ich kehre zurück am 16.02.2004. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. In dringenden Fällen die DB-Administration betreffend, bitte eine entsprechende Note an die Adresse dba-intel bzw. dba-host senden -- To unsubscribe, e-mail: [

Antwort: windows username

2003-11-11 Thread Manfred . Beilfuss
Hi, try to read what "perldoc -f stat" tells you! As being myself a beginner, I haven't tried it yet, just read about it. HTH! Best regards Manfred Beilfuss Deutsche Vermögensberatung AG IT-Systemmanagement / DBA Gutleutstraße 7 60329 Frankfurt Tel.: +49 (69) 2384 - 639

Antwort: RE: array of arrays

2003-10-20 Thread Manfred . Beilfuss
Hi, I don't know what the question really is, may be she asks for a algorythm ? Then i think she show's, that she has $a_min, $a_max, $b_min and $b_max and that $a LE $b means (($a_

Re: Re: How to get fields from a SQL DB one by one

2003-10-15 Thread Manfred . Beilfuss
ema, $tabname ) = @$row; >> ... >> } and finally don't forget to close everything : >> # close selection criteria cursor >> $sth->finish(); >> close(OUTPUT); >> $dbh->disconnect(); Please note that this only one possibility to that job.

Antwort: Fwd: required help ['securiQ.Watchdog': überprüft]

2003-10-10 Thread Manfred . Beilfuss
this helps and have a nice weekend. best regards Manfred Beilfuss (See attached file: grantread.pl) James E

Re: Mapping network drives with perl on win2k

2003-06-20 Thread Manfred . Beilfuss
Hi kenneth, you may try win32::AdminMisc ! It has a module logon where you can specify uid/passwd. Then you will have the users mappings. Being myself a perl beginner, I encountered problems to run it. Possibly you do better and succeed in installing it? Best regards Manfred Beilfuss

Antwort: Mapping network drives with perl on win2k

2003-06-20 Thread Manfred . Beilfuss
Hi kenneth, you may try win32::AdminMisc ( from which has a module logon Mit freundlichen Grüßen Manfred Beilfuss Deutsche Vermögensberatung AG IT-Systemmanagement / DBA Münchener Straße 1 60329 Frankfurt Tel.: +49 (69) 2384 - 639 Mailto:[EMAIL PROTECTED] Intern bitte Notes