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
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
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
> 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
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
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
> -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
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
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
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
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
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
> 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
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
14 matches
Mail list logo