Array in a perl modul.

2004-03-26 Thread Kenneth Lodahl (KELO, ITRC, SH)
Hi all, I cannot get my perl modul to work. I need to have an array in the pm. And to use the array in a another perl script but I just cant get it to work. Enclosed you will find my pm and pl script. SkolePar.pm Description: SkolePar.pm kelotest.pl Description:

Can a variable be made like this?

2004-03-24 Thread Kenneth Lodahl (KELO, ITRC, SH)
$heygoodday = how are doing you sir; $hi = $hey; $hello = $hi.goodday; Print $hello; And get the output from $heygoodday? Is this possible in perl? I need it because I now the last piece of the variable name goodday, And the first piece that I need to get from the db. So that could be

SV: MAPI

2003-07-30 Thread Kenneth Lodahl (KELO, ITRC, SH)
[mailto:[EMAIL PROTECTED] Sendt: 25. juli 2003 13:23 Til: Kenneth Lodahl (KELO, ITRC, SH); [EMAIL PROTECTED] Emne: RE: MAPI Kenneth Lodahl (KELO, ITRC, SH) wrote, on Friday, July 25, 2003 6:09 AM : I have a problem with MAPI. On my production server the script : is working like a charm, but on my test

Re: MAPI

2003-07-25 Thread Kenneth Lodahl (KELO, ITRC, SH)
Hi all, I have a problem with MAPI. On my production server the script is working like a charm, but on my test server this error message comes when the script is executed. Cant call method logon on an undefined value This is how I connect to the MAPI session. use OLE; use