MLDBM error

2005-04-14 Thread joachim . goerner
I have create/stored the file with DB_File 1.73 and with DB_File 1.810 or 1.809 or 1.806 I can not open ! > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im > Auftrag von [EMAIL PROTECTED] > Gesendet: Donnerstag, 14. April 2005 09:58 > An: Perl-Win3

MLDBM error

2005-04-14 Thread joachim . goerner
sorry for wrong subject Hi all, please help my: I have in perl 5.6.1 635 stored hash with like this use MLDBM qw(DB_File); tie (my %ZeitDB, 'MLDBM', "PC\\Share\\ZeitDB"); If I open the hash in my new perl 5.8.6 811 with the same I have: MLDBM error: Second level tie failed, "" at ... Have

AW: Windows Tasks

2005-04-14 Thread joachim . goerner
Hi all, please help my: I have in perl 5.6.1 635 stored hash with like this use MLDBM qw(DB_File); tie (my %ZeitDB, 'MLDBM', "PC\\Share\\ZeitDB"); If I open the hash in my new perl 5.8.6 811 with the same I have: MLDBM error: Second level tie failed, "" at ... Have somebody a solution ? P

what's wrong in Win32-OLE, DBD-ADO, Dynaloader or ............. i n my script

2005-03-15 Thread joachim . goerner
> Hi all, > > if I write: > -- Begin snip > $|++;use strict;use warnings; > #use DBD::ADO; > #*1) > use DBI; > our ($dbh,$sth); > my $DB="dbi:ADO:driver=Microsoft Access Driver

what's wrong in Win32-OLE, DBD-ADO, Dynaloader or ............. i n my script

2005-03-15 Thread joachim . goerner
Hi all, if I write: -- Begin snip $|++;use strict;use warnings; #use DBD::ADO; #*1) use DBI; our ($dbh,$sth); my $DB="dbi:ADO:driver=Microsoft Access Driver (*.mdb);DBQ=Konverte

cdo Object or String

2004-11-24 Thread joachim . goerner
Hi all, I found in http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cdo/html/_o lemsg_fields_property_infostore_object_.asp : --- snip - CDO 1.2.1 Fields Property (InfoStore Object) The Fields property returns a single Field object o

AW: Probably need help with a hash to do this

2004-11-10 Thread joachim . goerner
> -Ursprüngliche Nachricht- > Von: steve silvers [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 10. November 2004 17:02 > An: [EMAIL PROTECTED] > Betreff: Probably need help with a hash to do this > > > I have no idea how to do this. I have tens of thousands of > lines in a text > fil

AW: Formatting seconds help

2004-11-02 Thread joachim . goerner
for $seconds(3598 .. 3661) { $_=gmtime $seconds;/(\d\d):(\d\d):(\d\d)/; 0+$1 && printf "%d hour ",$1; 0+$2 && printf "%d minutes",$2; 0+$3 && (($1 || $2) && print (" and "),printf "%d seconds",$3);print "\n" } give me: -- Perl -- 59 minutes and 58 seconds 59 minutes and 59 s

Excel table can not delete

2004-10-29 Thread joachim . goerner
Hi all, this: -- use DBI; my $dbh=DBI->connect( "DBI:ADO:driver=Microsoft Excel Driver(*.xls);READONLY=FALSE;". "CREATE_DB=$Ziel;DBQ=$Ziel;",{RaiseError=>1}); $dbh->do("DROP TABLE TAB\$"); $dbh->disconnect(); -- makes the table TAB em

Linger time of socket in Win32::Internet ?

2004-09-09 Thread joachim . goerner
Hello all, its possible to set the linger time (in SO_LINGER) of a socket if I have the objects from Win32::Internet ? use Win32::Internet; $INET=new Win32::Internet(); $res=$INET->FTP($FTP,);# Wat is in $res ? $FTP->QueryOption('67'); # > Error 12018 The supplied

Control IBM Personal Communications

2004-06-01 Thread joachim . goerner
Hi all, how can I Control "IBM Personal Communications" with perl ? Objects: 'PCOMM.autECLSession.1' 'PCOMM.autECLOIA.1'? 'PCOMM.autECLPS.1' ? I would be happy if anybody have a example script ! thanks Mit freundlichen Grüssen Joachim Görner Inf

Can I unzip with perl a WinZip does had a password ?

2003-09-16 Thread joachim . goerner
Hi all, Can I extract with perl a WinZip-file which is protected with a password ? I looked in 'Archive::Zip' and can find no password-parameter. Best regards/Mit freundlichen Grüssen Joachim Görner Informationsverarbeitung Systemtechnik Basisdienste (ISB) ADAC e.V., Am Westpark 8, 81373 Mün

Logon by cdo

2003-08-25 Thread joachim . goerner
> Hi all, > if I run this: > -- > - > use Win32::OLE; > use Win32::OLE::Const; > Win32::OLE-> Initialize(Win32::OLE::COINIT_OLEINITIALIZE); > $cdo = Win32::OLE-> new("MAPI.Session"); > $cdo-> Logon("","",0,1,0,0,'Se

AW: What is wrong with this?

2003-08-14 Thread joachim . goerner
chomp missing Mit freundlichen Grüssen Joachim Görner Informationsverarbeitung Systemtechnik Basisdienste (ISB) ADAC e.V., Am Westpark 8, 81373 München Tel.: (089) 76 76 27 83 Fax: (089) 76 76 28 82 mailto:[EMAIL PROTECTED] www.adac.de -Ursprüngliche Nachricht- Von: steve silver