[12562] in Perl-Users-Digest
Perl-Users Digest, Issue: 6162 Volume: 8
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Tue Jun 29 07:17:42 1999
Date: Tue, 29 Jun 99 04:00:23 -0700
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)
Perl-Users Digest Tue, 29 Jun 1999 Volume: 8 Number: 6162
Today's topics:
Chat engine in perl <mdimitrio@yahoo.com>
Re: converting html to plain text <JFedor@datacom-css.com>
Re: DBI and Recursion <garethr@cre.canon.co.uk>
Re: Help in using library <swiftkid@bigfoot.com>
Re: Help in using library <gellyfish@gellyfish.com>
How to supress output on STDERR in a called function (Collin Rogowski)
Re: How to supress output on STDERR in a called functio <swiftkid@bigfoot.com>
Re: How to supress output on STDERR in a called functio (Collin Rogowski)
I need help on easy topic <stupid_ass@nospam.hotmail.com>
Re: Linux better than perl? <gellyfish@gellyfish.com>
Re: looking for a key to octalcode list (Anno Siegel)
MIME TYPE <eng80386@nus.edu.sg>
Re: MIME TYPE <gellyfish@gellyfish.com>
Re: Multiple Mail Messages from Perl <anfi@bigfoot.com>
Re: NEWBIE TRYING TO CODE <gellyfish@gellyfish.com>
Re: PCI66 / UDMA66 / Ultra66 / Linux? <JFedor@datacom-css.com>
Re: PCI66 / UDMA66 / Ultra66 / Linux? <gellyfish@gellyfish.com>
Re: perl CGI Redirection <mike@crusaders.no>
Re: Perl Modules and Win98 (Andreas)
Proxy with Perl stuckenbrock@my-deja.com
Re: second try - need help (Anno Siegel)
Socks C library <hvermeulen@correctnl.com>
Re: UK Perl job vacancy <gellyfish@gellyfish.com>
Re: UK Perl job vacancy (Graham Ashton)
Re: Viral matters [completely off-topic] (Eugene van der Pijll)
WIN 32 : OLE : MS Access <frederic.descamps@origin-it.com>
Re: WIN 32 : OLE : MS Access <mike@crusaders.no>
Re: WIN 32 : OLE : MS Access <mike@crusaders.no>
Special: Digest Administrivia (Last modified: 12 Dec 98 (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Tue, 29 Jun 1999 00:42:27 -0300
From: "Dimitrio" <mdimitrio@yahoo.com>
Subject: Chat engine in perl
Message-Id: <7l9f7a$6u2$1@news.mandic.com.br>
Hi,
I would like to know if is there any body who would like to develop a free
chat engine written perl under the GNU terms, like this search engine is -
http://perlfect.com/freescripts/search/. All the chat engines I have seen
in perl really stink, and other chat engines (unknown prog. lang.) like
http://chat.magma.ca/ are TOO MUCH expansive (+US$1500).
I have started out something, but it's a huge challenge for a beginner. If
any one is interested, let me know and I pass you the source code.
------------------------------
Date: Tue, 29 Jun 1999 04:35:15 -0400
From: "Jody Fedor" <JFedor@datacom-css.com>
Subject: Re: converting html to plain text
Message-Id: <7l9ulm$k1d$1@plonk.apk.net>
brian e jones wrote in message ...
>i have some files in html format that i would like to convert to plain text
.
>-brian
Brian,
What exactly do you want to do with these files? Do you want to
strip all the <HTML> codes and ignore formatting? Do you want to keep
formatting <B><I><BR> etc? or just extract the plain text? Help us
understand what you want to do and how it relates to Perl.
Jody
------------------------------
Date: Tue, 29 Jun 1999 10:52:20 GMT
From: Gareth Rees <garethr@cre.canon.co.uk>
To: "David Hounsell" <David@hounsell.freeserve.co.uk>
Subject: Re: DBI and Recursion
Message-Id: <si1zevb7ob.fsf@cre.canon.co.uk>
David Hounsell <David@hounsell.freeserve.co.uk> wrote:
> I have a table containing parent/child relationships [...]
> Here's the program I tried but I cannot figure out the error message
>
> sub print_tree {
> my $sql = "SELECT child FROM tree WHERE parent = '$_[0]'";
> my $sth = $dbh->prepare($sql);
> $sth->execute;
> while((my $child)=$sth->fetchrow_array) {
> print "$child\n";
> #Add Code to print tabs, number given by second parameter
> &print_tree($child, $_[1]+1);
> }
> $sth->finish;
> }
Some hints:
1. If you don't say what error message you got, you're not likely to
get in the way of much useful help.
2. Name the arguments to your subroutine. It makes the code much
clearer.
3. If $_[0] contains a single quote (') then your SQL statement will
contain a syntax error. Use DBI's `quote' method.
4. If speed is an issue, it can be considerably faster to do a single
query on a database (in this case, to fetch all of the parent/child
pairs at once) rather than use multiple queries (in this case, to
fetch a single parent/child pair at a time).
--
Gareth Rees
------------------------------
Date: Tue, 29 Jun 1999 12:23:41 +0500
From: "Faisal Nasim" <swiftkid@bigfoot.com>
Subject: Re: Help in using library
Message-Id: <7lavhv$4329@news.cyber.net.pk>
put:
1;
in the end of ReadEnv.pl
which will return true.
--
Faisal Nasim (the Whiz Kid)
Web: http://wss.hypermart.net/
AOL: Whiz Swift ICQ: 4265451
FAX: (815) 846-2877
------------------------------
Date: 29 Jun 1999 10:18:55 +0100
From: Jonathan Stowe <gellyfish@gellyfish.com>
Subject: Re: Help in using library
Message-Id: <37788f7f@newsread3.dircon.co.uk>
dilipc@my-deja.com wrote:
>
> When I compile, I get following message:
>
> ReadEnv.pl did not return a true value at
> SyncDispCodes line 8.
>
you need to put
'I am the Lord of hell fire';
as the last line in your library file ...
/J\
--
"The chef's salty balls have dropped" - Christopher Price, BBC NEWS 24
------------------------------
Date: Tue, 29 Jun 1999 09:15:18 GMT
From: collin@rogowski.de (Collin Rogowski)
Subject: How to supress output on STDERR in a called function
Message-Id: <37788dd5.510517505@news.uni-X.net>
specific case:
I want to call the execute function from the DBI package,
with a sql-statement which might not work. (drop user "dummy")
I can ignore the return value from the execute function to
continue the script, but I get an error message generated from
the function on STDERR.
How do I suppress this.
regards,
Collin Rogowski
uni-X Software GmbH
------------------------------
Date: Tue, 29 Jun 1999 14:45:03 +0500
From: "Faisal Nasim" <swiftkid@bigfoot.com>
Subject: Re: How to supress output on STDERR in a called function
Message-Id: <7lb7rg$3uo10@news.cyber.net.pk>
#win
open STDERR , ">nul";
print STDERR "coolie";
close STDERR;
#*n[iu]x
open STDERR , ">/dev/null";
print STDERR "this is not printed";
close STDERR;
This works too:
close STDERR; # there is no open!!
print STDERR "This is not printed!";
--
Faisal Nasim (the Whiz Kid)
Web: http://wss.hypermart.net/
AOL: Whiz Swift ICQ: 4265451
FAX: (815) 846-2877
Collin Rogowski <collin@rogowski.de> wrote in message
news:37788dd5.510517505@news.uni-X.net...
> specific case:
>
> I want to call the execute function from the DBI package,
> with a sql-statement which might not work. (drop user "dummy")
> I can ignore the return value from the execute function to
> continue the script, but I get an error message generated from
> the function on STDERR.
> How do I suppress this.
>
> regards,
>
> Collin Rogowski
> uni-X Software GmbH
------------------------------
Date: Tue, 29 Jun 1999 10:29:32 GMT
From: collin@rogowski.de (Collin Rogowski)
Subject: Re: How to supress output on STDERR in a called function
Message-Id: <37789f7a.515034330@news.uni-X.net>
This works, but how do I open STDERR up again.
"open STDERR" does not work.
On Tue, 29 Jun 1999 14:45:03 +0500, "Faisal Nasim"
<swiftkid@bigfoot.com> wrote:
>#win
>
>open STDERR , ">nul";
>print STDERR "coolie";
>close STDERR;
>
>#*n[iu]x
>
>open STDERR , ">/dev/null";
>print STDERR "this is not printed";
>close STDERR;
>
>
>
>This works too:
>
>close STDERR; # there is no open!!
>print STDERR "This is not printed!";
>
>--
>Faisal Nasim (the Whiz Kid)
>Web: http://wss.hypermart.net/
>AOL: Whiz Swift ICQ: 4265451
>FAX: (815) 846-2877
>
>Collin Rogowski <collin@rogowski.de> wrote in message
>news:37788dd5.510517505@news.uni-X.net...
>> specific case:
>>
>> I want to call the execute function from the DBI package,
>> with a sql-statement which might not work. (drop user "dummy")
>> I can ignore the return value from the execute function to
>> continue the script, but I get an error message generated from
>> the function on STDERR.
>> How do I suppress this.
>>
>> regards,
>>
>> Collin Rogowski
>> uni-X Software GmbH
>
>
------------------------------
Date: Tue, 29 Jun 1999 09:40:07 GMT
From: "Butcher" <stupid_ass@nospam.hotmail.com>
Subject: I need help on easy topic
Message-Id: <Xv0e3.48964$LQ4.61848@news.rdc1.bc.wave.home.com>
Hi, I have been using perl for 2 days =).
I would just like to know the most common way in general that cgi
programmers use to mail off form results to someone. I want it to be mailed
off server-side on an NT machine running IIS. Also, I have noticed that
most scripts dynamically create html results depending on the form input but
i am wondering about url redirection based on form input. I have bought the
gecko book but it doesnt cover e-mailing form results.
Thanks.
------------------------------
Date: 29 Jun 1999 09:25:00 +0100
From: Jonathan Stowe <gellyfish@gellyfish.com>
Subject: Re: Linux better than perl?
Message-Id: <377882dc@newsread3.dircon.co.uk>
Greg Bartels <gbartels@xli.com> wrote:
>
> next week: "Perl Line Dancing."
>
"It all started with the Awful Hamster Dance and now the greatest cult
web site of them all is 'Perl Dance'"
I defy someone to make something with little animated camels ...
ORA's trademark considerations notwithstanding of course.
/J\
--
"I must call a man in - I want to get felt laid down in the loft" -
Graham Norton
------------------------------
Date: 29 Jun 1999 09:19:28 -0000
From: anno4000@lublin.zrz.tu-berlin.de (Anno Siegel)
Subject: Re: looking for a key to octalcode list
Message-Id: <7la330$3kr$1@lublin.zrz.tu-berlin.de>
slinden <jorp@cyberdude.com> wrote in comp.lang.perl.misc:
>hi,
>
>i am looking for a key(board) to octalcode list
>a list that contains e.g.
>that the ESC-key is 033 in octal.
$escape = sprintf "%03o\n", "\e";
Anno
------------------------------
Date: Tue, 29 Jun 1999 18:12:02 +0800
From: "cwt" <eng80386@nus.edu.sg>
Subject: MIME TYPE
Message-Id: <7la6n4$k5$1@nobel2.pacific.net.sg>
Hallo all,
Anyone has any idea what this header " Content-Type: text/html\n\n<pre>" has
in difference with "Content-Type: text/html\n\n" ??
Thanks !
cwt
------------------------------
Date: 29 Jun 1999 11:38:44 +0100
From: Jonathan Stowe <gellyfish@gellyfish.com>
Subject: Re: MIME TYPE
Message-Id: <3778a234@newsread3.dircon.co.uk>
cwt <eng80386@nus.edu.sg> wrote:
> Hallo all,
> Anyone has any idea what this header " Content-Type: text/html\n\n<pre>" has
> in difference with "Content-Type: text/html\n\n" ??
>
Er no the *header* is the same. The first one however is followed by
some misplaced HTML tag .... But what that has to do with Perl I really
dont know.
/J\
--
"While they're pumping, you're soaking them" - Speed Loader TV Advert
------------------------------
Date: Tue, 29 Jun 1999 11:00:13 +0200
From: Andrzej Filip <anfi@bigfoot.com>
Subject: Re: Multiple Mail Messages from Perl
Message-Id: <37788B1D.A8E40D99@bigfoot.com>
I send you some fixes not directly related to your question:
Dann-o wrote:
> open (MAIL, "|/usr/sbin/sendmail -t");
open (MAIL, "|/usr/sbin/sendmail -t -oi") or die "Can't start
sendmail\n";
-oi - single dot is not end of message
-odd - deferred delivery mode (useful for mass mailing)
> close (MAIL);
close (MAIL);
die "sendmail failed: $?\n" if $?.
--
Andrzej (Andrew) A. Filip fax: +1(801)327-6278
mailto:anfi@bigfoot.com http://bigfoot.com/~anfi
Postings: http://deja.com/profile.xp?author=Andrzej%20Filip
------------------------------
Date: 29 Jun 1999 09:21:11 +0100
From: Jonathan Stowe <gellyfish@gellyfish.com>
Subject: Re: NEWBIE TRYING TO CODE
Message-Id: <377881f7@newsread3.dircon.co.uk>
scott_mark@my-deja.com wrote:
>
>> I'd suggest removing the script, learn Perl, and start over.
>>
>> Abigail
>
> Your nice some poeple learn by jumping into coding. He asked for help
> not someone to tell him he should be coding. If all you wanted to do is
> cut him up. Why bother replying?
>
I notice that you obviously neglected to read the the rest of Abigail's post
which would indicate why that comment was made - the code wouldnt even
compile as it stands: 'Jumping into coding' is one thing but simply making
a load of stuff up and hoping that it will work is something else entirely.
The original poster wants to learn Perl fine, they learn best by doing stuff,
but people cant learn something as potentially complex as programming by
simply guessing at it. I would suggest that they start by looking at:
<http://reference.perl.com/query.cgi?tutorials>
And
<http://reference.perl.com/query.cgi?books>
and take it from there.
/J\
--
"Boring: See Civil Engineers" - Yellow Pages
------------------------------
Date: Tue, 29 Jun 1999 05:01:14 -0400
From: "Jody Fedor" <JFedor@datacom-css.com>
Subject: Re: PCI66 / UDMA66 / Ultra66 / Linux?
Message-Id: <7la06c$kls$1@plonk.apk.net>
Greg Bartels wrote in message <3777D1B2.222BDE23@xli.com>...
>Linux .. hardware... blah blah blah
Your Perl question is?
Jody
------------------------------
Date: 29 Jun 1999 09:59:56 +0100
From: Jonathan Stowe <gellyfish@gellyfish.com>
Subject: Re: PCI66 / UDMA66 / Ultra66 / Linux?
Message-Id: <37788b0c@newsread3.dircon.co.uk>
Jody Fedor <JFedor@datacom-css.com> wrote:
>
> Greg Bartels wrote in message <3777D1B2.222BDE23@xli.com>...
>>Linux .. hardware... blah blah blah
>
> Your Perl question is?
>
Well You've gotta have 'pootey to run Perl on havent you ? I think it was
a typo for 'comp.os.linux.hardware' actually ...
/J\
--
"I sign my paintings Vincent because people can't pronounce Van Gough"
- Vincent Van Gough
------------------------------
Date: Tue, 29 Jun 1999 11:25:21 +0200
From: "Trond Michelsen" <mike@crusaders.no>
Subject: Re: perl CGI Redirection
Message-Id: <tj0e3.111$U%.471@news1.online.no>
Ben Short <bshort@n0spam.shortboy.dhs.org> wrote in message
news:MPG.11e21bb9abddcfe79896b7@loomi.telstra.net...
> I was wondering if anybody has out there a *free* URL redirection script
#!/path/to/perl
print "Location: (split(/&/, $ENV{QUERY_STRING}))[0]\n\n";
OK, it's a tad q&d. It woudn't be stupid to check for %escaped characters,
but you get the general idea. This will of course simply redirect to the
first argument in your script.
> that also does "seamless redirection" (that is, user sees foo.org, but
> files are at someotherplace.com/~someuser/somedir/file.htm)
You are not looking for redirection, you are looking for a proxy-solution.
Redirection implies that the browser is told to look for the page elsewhere,
this cannot be done without the browser telling the user which page it is
currently on[1].
What you need is a script that downloads a webpage, replaces all the <a
href=""> and <img src=""> tags with a reference to your script. Use the LWP
module for this.
[1] Well, you could of course slap on a single frame which fills the entire
page. This technique will hide the URL from the Location/Address bar and is
otherwise known as "cheating". If you want to see this technique in action,
check out any sites with a surf.to/ fly.to/ barf.at/ or similar domain.
--
Trond Michelsen
------------------------------
Date: Tue, 29 Jun 1999 09:30:30 GMT
From: andreas@mrs.ch (Andreas)
Subject: Re: Perl Modules and Win98
Message-Id: <1103_930648630@chstaw0439>
Hi
there is one disadvantage with PPM (I havent found a documented solution).
If you have two computers usind Perl, you have to download the module
twice. This takes some time. It's easier and faster, to load the module from
www.activestate.com/packages/zips/
Save the package to disk and PPM is very happy to install the package from
there.
Andreas
On Sun, 27 Jun 1999 04:19:41 +0800, "Shashank Tripathi" <mkshanx@ust.hk> wrote:
> HI Andrea
>
> Read up "Using PPM" in your documentation.
>
> PPM stands for Perl Package Manager, and is incredibly simple to use.
>
> HTH
> Shanx
>
>
>
> Andrea Busia wrote in message <376fc3ce.36322282@news.tiscalinet.it>...
> >Someone know how to install a perl module on the activestate perl
> >5.00502 for win98? When I try to use the cgywin make for windows it
> >gives me an error message like
> >
> >Makefile:771 *** Missing Separator. Stop.
> >
> >Thanks
> >Andrea Busia
>
>
------------------------------
Date: Tue, 29 Jun 1999 09:25:10 GMT
From: stuckenbrock@my-deja.com
Subject: Proxy with Perl
Message-Id: <7la3dh$bep$1@nnrp1.deja.com>
Hello there,
I4m trying to write a generic TCP-Proxy in Perl. I thought about
different ways, but I think the easiest is to do a fork, and then have
one Process writing from the Server to the client and the other from the
Client to the Server.
Now I have the problem that I don4t know how to close the connection to
one end if the other has disconnected. For example:
I4m proxying a POP3 session and the client sends a QUIT to the Server
(it sends it to my proxy, which sends it to the Server). The Server
disconnects from the proxy (for him the proxy is the client). Now I want
the proxy to disconnect the client, but it doesn4t. Here4s the code:
if ($kidpid) {
# send Data from Server to Client
while (defined ($line = <$local_serverside>)) {
# print STDOUT $line;
print $local_clientside $line;
}
$local_serverside->close;
$local_clientside->close;
kill("TERM", $kidpid); # sen
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
Date: 29 Jun 1999 09:54:23 -0000
From: anno4000@lublin.zrz.tu-berlin.de (Anno Siegel)
Subject: Re: second try - need help
Message-Id: <7la54f$3ov$1@lublin.zrz.tu-berlin.de>
Norman Crooks <argyrodes@sympatico.ca> wrote in comp.lang.perl.misc:
>Hi,
>
>I could really use some help on this one, I'm stumped...
>I'm having trouble doing a system call to pgp from a perl script. My
>script is on a Solaris unix box.
>
>At the command line, the following does what I want it to:
[snip]
>Additionally, this works fine from the command line:
>
>$ perl -e 'system("/heckler/www/stricker/.pgpdir/pgp -eatw
>/heckler/www/stricker
>/cgi-bin/filename.txt Sue")';
>
>and returns this:
>
>Pretty Good Privacy(tm) 2.6.3ia - Public-key encryption for the masses.
>(c) 1990-96 Philip Zimmermann, Phil's Pretty Good Software. 1996-03-04
>International version - not for use in the USA. Does not use RSAREF.
>Current time: 1999/06/27 22:52 GMT
>Recipients' public key(s) will be used to encrypt.
>Key for user ID: Sue Stricker <stricker@strickerbooks.com>
>1024-bit key, key ID CD393A49, created 1999/06/23
Oh dear. Let's hope Sue doesn't mind your posting her address
all over the place.
>Transport armor file: /heckler/www/stricker/cgi-bin/filename.txt.asc
>File /heckler/www/stricker/cgi-bin/filename.txt wiped and deleted.
>
>
>In the script however, neither of these statements work:
>
>
>`/heckler/www/stricker/.pgpdir/pgp -eatw
>/heckler/www/stricker/cgi-bin/filename.txt Sue`;
Don't use backticks when you don't intend to use the command's
output.
>and,
>
>system("/heckler/www/stricker/.pgpdir/pgp -eatw
>/heckler/www/stricker/cgi-bin/filename.txt Sue");
>
>returns
>
>Recipients' public key(s) will be used to encrypt. Preparing random
>session key...
>
>but doesn't actually do any encryption. My script also 'stalls' at
>this point.
This has little to do with perl.
Anyway, ask yourself these questions:
What is the user id of the web server process? What are the permissions
of the file /heckler/www/stricker/cgi-bin/filename.txt? What are
the permissions of the directory /heckler/www/stricker/cgi-bin?
If cgi-bin is what it normally is, and the server isn't severely
misconfigured, the server demon won't have write access there.
Anno
------------------------------
Date: Tue, 29 Jun 1999 12:47:26 +0200
From: Henry Vermeulen <hvermeulen@correctnl.com>
Subject: Socks C library
Message-Id: <3778A43E.655D031F@correctnl.com>
Hi
How can i check if Perl is using the Socks C library?
Tried to extract the information with perlcc but i don't know how perlcc
works.
>From the command line perlcc is unknown and from whitin perl there
seems nothing to happen when i do perlcc a.p a.c.
Henry
------------------------------
Date: 29 Jun 1999 09:30:56 +0100
From: Jonathan Stowe <gellyfish@gellyfish.com>
Subject: Re: UK Perl job vacancy
Message-Id: <37788440@newsread3.dircon.co.uk>
Ronald J Kimball <rjk@linguist.dartmouth.edu> wrote:
>
> BT? I don't even know what that means.
>
>
British Telecom - you wouldnt want to know ...
/J\
--
"Like Anne Robinson in a Korean restaurant, it'll be dog eat dog" -
Graham Norton
------------------------------
Date: 29 Jun 1999 10:51:18 GMT
From: billynospam@mirror.bt.co.uk (Graham Ashton)
Subject: Re: UK Perl job vacancy
Message-Id: <slrn7nh998.e36.billynospam@wing.mirror.bt.co.uk>
In article <37788440@newsread3.dircon.co.uk>, Jonathan Stowe wrote:
>
>British Telecom - you wouldnt want to know ...
oooh, scathing...
;)
--
Graham
P.S. <billynospam@mirror.bt.co.uk> is a fully working address...
------------------------------
Date: 29 Jun 99 10:41:46 GMT
From: pijll@phys.uu.nl (Eugene van der Pijll)
Subject: Re: Viral matters [completely off-topic]
Message-Id: <pijll.930652906@ruunat.phys.uu.nl>
In <3770eb36@cs.colorado.edu> Tom Christiansen <tchrist@mox.perl.com> writes:
>After the recent flourish of writings on the issue of viruses in the
>popular press and the frequently miswritten plural forms of virus seen
>on the net, I decided to do some research into the matter. The result is
> http://language.perl.com/misc/virus.html
I've found something on this page:
http://www.perseus.tufts.edu/cgi-bin/text?lookup=ag+gram.+48
that might interest you.
The authors of this page claim that of the four neuter words of the second
declension ending in -us (virus, pelagus, vulgus and cetus) two have a
plural with -e, apparently coming from Greek: pelage and cete.
This means that 'vire' is perhaps a better plural than 'virus', 'vira',
'virora', 'viri', 'virii' etc.
In Latin, that is. In English, 'viruses' is of course, as you say, the
only correct plural.
gr,
Eugene
--
\
Eugene van der Pijll : pijll@phys.uu.nl
--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--
------------------------------
Date: Tue, 29 Jun 1999 10:26:42 +0200
From: "Frederic Descamps" <frederic.descamps@origin-it.com>
Subject: WIN 32 : OLE : MS Access
Message-Id: <0E16861EE7BCD111BE9400805FE6841F0A036AC5@c1s5x001.cor.srvfarm.origin-it.com>
How can I read the content of a field in a selected record using OLE ?
Thanks !
------------------------------
Date: Tue, 29 Jun 1999 11:37:16 +0200
From: "Trond Michelsen" <mike@crusaders.no>
Subject: Re: WIN 32 : OLE : MS Access
Message-Id: <Ku0e3.119$U%.657@news1.online.no>
Frederic Descamps <frederic.descamps@origin-it.com> wrote in message
news:0E16861EE7BCD111BE9400805FE6841F0A036AC5@c1s5x001.cor.srvfarm.origin-it
.com...
> How can I read the content of a field in a selected record using OLE ?
I don't know ;-)
But if you intend to do a lot of reading and/or writing from the database,
you would be better off using the Win32::ODBC module.
http://www.roth.net/perl/odbc/
--
Trond Michelsen
------------------------------
Date: Tue, 29 Jun 1999 11:52:03 +0200
From: "Trond Michelsen" <mike@crusaders.no>
Subject: Re: WIN 32 : OLE : MS Access
Message-Id: <yI0e3.141$U%.227@news1.online.no>
Trond Michelsen <mike@crusaders.no> wrote in message
news:Ku0e3.119$U%.657@news1.online.no...
> But if you intend to do a lot of reading and/or writing from the database,
> you would be better off using the Win32::ODBC module.
Ahem - I'll correct myself here... I suppose the DBI / DBD-ODBC modules are
the way to go.
--
Trond Michelsen
------------------------------
Date: 12 Dec 98 21:33:47 GMT (Last modified)
From: Perl-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin)
Subject: Special: Digest Administrivia (Last modified: 12 Dec 98)
Message-Id: <null>
Administrivia:
Well, after 6 months, here's the answer to the quiz: what do we do about
comp.lang.perl.moderated. Answer: nothing.
]From: Russ Allbery <rra@stanford.edu>
]Date: 21 Sep 1998 19:53:43 -0700
]Subject: comp.lang.perl.moderated available via e-mail
]
]It is possible to subscribe to comp.lang.perl.moderated as a mailing list.
]To do so, send mail to majordomo@eyrie.org with "subscribe clpm" in the
]body. Majordomo will then send you instructions on how to confirm your
]subscription. This is provided as a general service for those people who
]cannot receive the newsgroup for whatever reason or who just prefer to
]receive messages via e-mail.
The Perl-Users Digest is a retransmission of the USENET newsgroup
comp.lang.perl.misc. For subscription or unsubscription requests, send
the single line:
subscribe perl-users
or:
unsubscribe perl-users
to almanac@ruby.oce.orst.edu.
To submit articles to comp.lang.perl.misc (and this Digest), send your
article to perl-users@ruby.oce.orst.edu.
To submit articles to comp.lang.perl.announce, send your article to
clpa@perl.com.
To request back copies (available for a week or so), send your request
to almanac@ruby.oce.orst.edu with the command "send perl-users x.y",
where x is the volume number and y is the issue number.
The Meta-FAQ, an article containing information about the FAQ, is
available by requesting "send perl-users meta-faq". The real FAQ, as it
appeared last in the newsgroup, can be retrieved with the request "send
perl-users FAQ". Due to their sizes, neither the Meta-FAQ nor the FAQ
are included in the digest.
The "mini-FAQ", which is an updated version of the Meta-FAQ, is
available by requesting "send perl-users mini-faq". It appears twice
weekly in the group, but is not distributed in the digest.
For other requests pertaining to the digest, send mail to
perl-users-request@ruby.oce.orst.edu. Do not waste your time or mine
sending perl questions to the -request address, I don't have time to
answer them even if I did know the answer.
------------------------------
End of Perl-Users Digest V8 Issue 6162
**************************************