[28259] in Perl-Users-Digest
Perl-Users Digest, Issue: 9623 Volume: 10
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Fri Aug 18 06:05:44 2006
Date: Fri, 18 Aug 2006 03:05:06 -0700 (PDT)
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)
Perl-Users Digest Fri, 18 Aug 2006 Volume: 10 Number: 9623
Today's topics:
Re: how to define a layer between data and functions <skg@mail.inf.fh-brs.de>
Re: HOW to rename a NPH script ? <1usa@llenroc.ude.invalid>
Re: howto copy OLD modules to new computer ? <botfood@yahoo.com>
Re: ip to decimal ip and back <mumia.w.18.spam+nospam.usenet@earthlink.net>
Re: John Bokma <john@castleamber.com>
Re: Makefile.PL requires parameters for Sendmail::Milte <sisyphus1@nomail.afraid.org>
MySql +DBI problem uttamhoode@gmail.com
Re: MySql +DBI problem usenet@DavidFilmer.com
new CPAN modules on Fri Aug 18 2006 (Randal Schwartz)
Not able to connect socket .... Swanand.Kakade@gmail.com
Re: Not able to connect socket .... <sisyphus1@nomail.afraid.org>
Re: Not able to connect socket .... <sisyphus1@nomail.afraid.org>
Re: perl dbi driver for microsoft sql? <sherm@Sherm-Pendleys-Computer.local>
Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: 18 Aug 2006 01:32:27 -0700
From: "ska" <skg@mail.inf.fh-brs.de>
Subject: Re: how to define a layer between data and functions
Message-Id: <1155889947.630995.272360@m73g2000cwd.googlegroups.com>
bpatton@ti.com wrote:
Are you talking about a finite state machine (aka automaton)?
There you have tuples of:
(state A, event, state B)
menaing, if the automaton is in state "A" and recieves "event" then the
current state changes to "B".
Combine the tuple with an action, e.g.:
(A, event, B, action)
and not only change the current state of the automaton, but also fire
the action(s).
I'll need some flexible interface, so you can pass the event (with some
data) to the actions. The "current state" of the automaton will most
probably include more than just "A" or "B", but some attributes and the
like you've gathered from the additional data of the events.
------------------------------
Date: Fri, 18 Aug 2006 01:56:43 GMT
From: "A. Sinan Unur" <1usa@llenroc.ude.invalid>
Subject: Re: HOW to rename a NPH script ?
Message-Id: <Xns9822DF573CB8asu1cornelledu@127.0.0.1>
Ulrich Mueller <umu@hrz.tu-chemnitz.de> wrote in
news:Pine.LNX.4.64.0608180223000.27028@herein.hrz.tu-chemnitz.de:
> On Thu, 17 Aug 2006, Matt Garrish wrote:
>
>>
>> Ulrich Mueller wrote:
>>
>> > On Wed, 16 Aug 2006, Matt Garrish wrote:
>> >
>> > >
>> > > Ulrich Mueller wrote:
>> > >
>> > > > Hallo,
>> > > >
>> > > > I've a NPH perl CGI under apache
>> > >
...
>> > > Just a piece of advice, although your question makes passing
>> > > reference to perl, it's really an apache configuration issue.
...
>> >
>> > Thanks for the advice though it was not what I was looking for.
>> > http://perl.apache.org/start/index.html
>> > states that "mod_perl is the marriage of Apache and Perl",
Well, CGI and mod_perl scripts are radically different beasts.
>> > so I asked the mother first via alt.apache.configuration.
How about comp.infosystems.www.servers.unix ?
>> > No answer for two days, so I tried asking the father,
>> > And got "ask the mother!"
>> > Child seems not to be grown up old enough
>> > to participate in usenet, is it?
I have no idea what you are talking about.
>> > So it seems, I have to try to figure it out myself,
>> > and tell the result both of them...
>> >
>> > Inserting "ScriptAlias /hallo /path/to/nph-script/nph-test.cgi"
>> > into httpd.conf is an easy solution if you are allowed to.
>> > Otherwise maybe Apache::Fake, but haven't tried this yet.
>> > Or maybe very simple... ideas are still welcome,
>>
>> You didn't quite get the "no one cares about apache configuration
>> here" part.
Ditto. All of your issues are related to Apache connfiguration, not
Perl.
>> You'd be better off to follow up in the apache group as that's where
>> most people would look for this kind of answer.
Ditto.
> OFF-TOPIC:
> YOUR comments seem to be more Off-topic to me,
> you should post them to society.usenet.moderation.strict.
> Cause, tell me what is Apache::Fake if it's not perl code.
> And I asked for doing this by coding at first, only secondly by
> .htaccess.
You asked:
>> > > > I've a NPH perl CGI under apache
>> > > >
>> > > > What possibilities I have to tell apache,
>> > > > that this is still an nph script,
If that is not an Apache configuration question, and thus off-topic, I
do not know what would be.
> maybe you should call this group
> comp.lang.perl.syntax instead of misc.
The group is what it is. What is acceptable is clearly outlined in the
posting guidelines. The error of your ways has been pointed out nicely.
You don't seem to get it.
I won't be seeing your messages. Bye.
Sinan
--
A. Sinan Unur <1usa@llenroc.ude.invalid>
(remove .invalid and reverse each component for email address)
comp.lang.perl.misc guidelines on the WWW:
http://augustmail.com/~tadmc/clpmisc/clpmisc_guidelines.html
------------------------------
Date: 17 Aug 2006 19:29:55 -0700
From: "botfood" <botfood@yahoo.com>
Subject: Re: howto copy OLD modules to new computer ?
Message-Id: <1155868195.575974.40250@75g2000cwc.googlegroups.com>
botfood wrote:
> I am attempting to get an OLD version of perl up and running on a new
> laptop as quickly as possible for a roadtrip so I can work on some old
> stuff in the 'same environment' the scripts were written.
------------
thanx for comments fellas. what I ended up doing was installing the old
perl from the .zip I had archived,which provided all the basic
structure and environmental setup in Xp, then copied and overwrote the
entire /usr tree as installed from the old computer just to catch
everything in one shot.
seems to work fine short term.... although I do agree that I need to
get the development environment up to par with whatis being run on the
actual remote host, which is probably way newer than 5.003 ;)
One of the biggest incompatibilities I had before was the version of
ImageMagick available on windows from active state versus what the host
installed from CPAN.
ah well,
d
------------------------------
Date: Fri, 18 Aug 2006 04:11:50 GMT
From: "Mumia W." <mumia.w.18.spam+nospam.usenet@earthlink.net>
Subject: Re: ip to decimal ip and back
Message-Id: <a6bFg.5286$Sn3.2251@newsread3.news.pas.earthlink.net>
On 08/17/2006 12:13 AM, uttamhoode@gmail.com wrote:
> hi all,
> i need a perl script to
>
> 1) convert ip address to decimal eg 127.0.0.1 to 2130706433
>
Do a CPAN search for /::IP::/
I had to do this before, and it came down to using the right
combination of unpack, reverse, map, chr, and split. :-D
> and
>
> 2)decimal to ip address 2130706433 to 127.0.0.1
>
I had to do this once, and it came down to using the right
combination of join, reverse, map, ord, split and pack.
>
> uttam hoode
>
Good luck to you.
------------------------------
Date: 18 Aug 2006 05:51:03 GMT
From: John Bokma <john@castleamber.com>
Subject: Re: John Bokma
Message-Id: <Xns98238A4F4B68castleamber@130.133.1.4>
usenet@DavidFilmer.com wrote:
> John Bokma wrote:
>> I think my anger was still justified
>
> And I agree. That's why I've apologized :(....
>
> But I doubt I'll ever see the day that Xah recognizes and apologizes
> for his errors in judgement...
Maybe after Duke Nukem Forever has been released for the Phantom game
console?
--
John Experienced Perl programmer: http://castleamber.com/
Perl help, tutorials, and examples: http://johnbokma.com/perl/
------------------------------
Date: Fri, 18 Aug 2006 17:00:23 +1000
From: "Sisyphus" <sisyphus1@nomail.afraid.org>
Subject: Re: Makefile.PL requires parameters for Sendmail::Milter
Message-Id: <44e56677$0$5109$afc38c87@news.optusnet.com.au>
"Larry" <larry.grant.dc@gmail.com> wrote in message
.
.
>
> Hmmm... sorry to be dense, but...
> 1) Do I need to build sendmail from source?
Yes - unless you can find a suitable RPM.
> 2) What are the 2 parameters I need to provide to Makefile.PL
>
Seems to me that the 'README' that's part of the Sendmail::Milter source
answers both of those questions (and more).
Cheers,
Rob
------------------------------
Date: 18 Aug 2006 00:45:34 -0700
From: uttamhoode@gmail.com
Subject: MySql +DBI problem
Message-Id: <1155887134.475534.299710@i42g2000cwa.googlegroups.com>
hi all,
i have a perl scipt which reads a CSV file and inserts the values
into a mysql database.
CSV file has around 75000 lines.
when i execute the script only aroud 31000 to 37000(varies each time)
lines are inserted....I am using a remote mysql server
Regards,
uttam hoode
------------------------------
Date: 18 Aug 2006 02:03:10 -0700
From: usenet@DavidFilmer.com
Subject: Re: MySql +DBI problem
Message-Id: <1155891790.733426.112170@i3g2000cwc.googlegroups.com>
uttamhoode@gmail.com wrote:
> when i execute the script only aroud 31000 to 37000(varies each time)
> lines are inserted....I am using a remote mysql server
You have an error on line 42.
And you're not checking your SQL return messages on lines 92, 111, and
141 (hint, hint).
--
David Filmer (http://DavidFilmer.com)
------------------------------
Date: Fri, 18 Aug 2006 04:42:09 GMT
From: merlyn@stonehenge.com (Randal Schwartz)
Subject: new CPAN modules on Fri Aug 18 2006
Message-Id: <J46Fq9.KD4@zorch.sf-bay.org>
The following modules have recently been added to or updated in the
Comprehensive Perl Archive Network (CPAN). You can install them using the
instructions in the 'perlmodinstall' page included with your Perl
distribution.
B-Keywords-1.04
http://search.cpan.org/~jjore/B-Keywords-1.04/
Lists of reserved barewords and symbol names
----
BerkeleyDB-SecIndices-Accessor-0.03
http://search.cpan.org/~dongxu/BerkeleyDB-SecIndices-Accessor-0.03/
Simply drive your BerkeleyDB database with secondary indices
----
Bigtop-0.14
http://search.cpan.org/~philcrow/Bigtop-0.14/
A web application data language processor
----
CGI-Application-Dispatch-2.02
http://search.cpan.org/~wonko/CGI-Application-Dispatch-2.02/
Dispatch requests to CGI::Application based objects
----
CPANPLUS-0.073_02
http://search.cpan.org/~kane/CPANPLUS-0.073_02/
API & CLI access to the CPAN mirrors
----
Catalyst-Plugin-FormBuilder-1.03
http://search.cpan.org/~nwiger/Catalyst-Plugin-FormBuilder-1.03/
Catalyst FormBuilder Plugin
----
Catalyst-Plugin-I18N-Request-0.01
http://search.cpan.org/~adapay/Catalyst-Plugin-I18N-Request-0.01/
A plugin for localizing/delocalizing paths and parameters.
----
Chart-EPS_graph-0.01a
http://search.cpan.org/~aplonis/Chart-EPS_graph-0.01a/
----
Class-DBI-PagedSearch-1.000
http://search.cpan.org/~fotango/Class-DBI-PagedSearch-1.000/
pageable results from searches
----
Convert-Number-Greek-0.01
http://search.cpan.org/~sprout/Convert-Number-Greek-0.01/
Convert between Arabic and Greek numerals
----
Email-Simple-1.970
http://search.cpan.org/~rjbs/Email-Simple-1.970/
Simple parsing of RFC2822 message format and headers
----
Error-0.17002
http://search.cpan.org/~pevans/Error-0.17002/
Error/exception handling in an OO-ish way
----
Froody-42.011
http://search.cpan.org/~fotango/Froody-42.011/
Yet another XML web API framework
----
Games-Sudoku-SudokuTk-0.02
http://search.cpan.org/~cguine/Games-Sudoku-SudokuTk-0.02/
Perl extension for Sudoku with Tk
----
Geo-Postcodes-0.10
http://search.cpan.org/~arne/Geo-Postcodes-0.10/
Base class for the Geo::Postcodes::XX modules
----
Geo-Postcodes-DK-0.10
http://search.cpan.org/~arne/Geo-Postcodes-DK-0.10/
Danish postcodes with associated information
----
Geo-Postcodes-NO-0.10
http://search.cpan.org/~arne/Geo-Postcodes-NO-0.10/
Norwegian postcodes with associated information
----
HTML-Latemp-GenMakeHelpers-0.1.8
http://search.cpan.org/~shlomif/HTML-Latemp-GenMakeHelpers-0.1.8/
A Latemp Utility Module.
----
HTML-WikiConverter-Socialtext-0.02
http://search.cpan.org/~synedra/HTML-WikiConverter-Socialtext-0.02/
Convert HTML to Socialtext markup
----
IO-YAML-0.06
http://search.cpan.org/~nkuitse/IO-YAML-0.06/
read and write YAML streams incrementally
----
Mail-Convert-Mbox-ToEml-0.01
http://search.cpan.org/~rpagitsch/Mail-Convert-Mbox-ToEml-0.01/
Perl extension to convert Mbox files (from Mozilla and Co) to Outlook Express eml files.
----
Mail-Convert-Mbox-ToEml-0.02
http://search.cpan.org/~rpagitsch/Mail-Convert-Mbox-ToEml-0.02/
Perl extension to convert Mbox files (from Mozilla and Co) to Outlook Express eml files.
----
Moose-Autobox-0.03
http://search.cpan.org/~stevan/Moose-Autobox-0.03/
Ruby ain't got nothin on us
----
Net-Scan-HTTP-Server-Methods-0.01
http://search.cpan.org/~mcantoni/Net-Scan-HTTP-Server-Methods-0.01/
retrieve allowed http methods
----
Plagger-0.7.8
http://search.cpan.org/~miyagawa/Plagger-0.7.8/
Pluggable RSS/Atom Aggregator
----
RDF-Helper-1.05
http://search.cpan.org/~khampton/RDF-Helper-1.05/
Provide a consistent, Perlish interface to Perl's varous RDF processing tools.
----
RDF-Helper-1.06
http://search.cpan.org/~khampton/RDF-Helper-1.06/
Provide a consistent, Perlish interface to Perl's varous RDF processing tools.
----
SAP-Rfc-1.47
http://search.cpan.org/~piers/SAP-Rfc-1.47/
SAP RFC - RFC Function calls against an SAP R/3 System
----
Senna-0.50_01
http://search.cpan.org/~dmaki/Senna-0.50_01/
Perl Interface To Senna Fulltext Search Engine
----
Tee-0.12
http://search.cpan.org/~dagolden/Tee-0.12/
Pure Perl emulation of GNU tee
----
Tee-0.13
http://search.cpan.org/~dagolden/Tee-0.13/
Pure Perl emulation of GNU tee
----
WebService-Basecamp-0.1
http://search.cpan.org/~davidb/WebService-Basecamp-0.1/
Perl interface to the Basecamp API webservice
----
Win32-SDDL-0.06
http://search.cpan.org/~tojo/Win32-SDDL-0.06/
SDDL parsing module for Windows
----
Wx-TreeListCtrl-0.02
http://search.cpan.org/~mwardell/Wx-TreeListCtrl-0.02/
interface to the Wx::TreeListCtrl class
----
Wx-TreeListCtrl-0.03
http://search.cpan.org/~mwardell/Wx-TreeListCtrl-0.03/
interface to the Wx::TreeListCtrl class
----
XML-Atom-Syndication-0.93
http://search.cpan.org/~tima/XML-Atom-Syndication-0.93/
a portable client for consuming RFC 4287 Atom Syndication Feeds.
----
XML-Atom-Syndication-0.94
http://search.cpan.org/~tima/XML-Atom-Syndication-0.94/
a portable client for consuming RFC 4287 Atom Syndication Feeds.
----
version-0.6701
http://search.cpan.org/~jpeacock/version-0.6701/
Perl extension for Version Objects
If you're an author of one of these modules, please submit a detailed
announcement to comp.lang.perl.announce, and we'll pass it along.
This message was generated by a Perl program described in my Linux
Magazine column, which can be found on-line (along with more than
200 other freely available past column articles) at
http://www.stonehenge.com/merlyn/LinuxMag/col82.html
print "Just another Perl hacker," # the original
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
------------------------------
Date: 18 Aug 2006 00:54:22 -0700
From: Swanand.Kakade@gmail.com
Subject: Not able to connect socket ....
Message-Id: <1155887662.502360.86420@74g2000cwt.googlegroups.com>
This is the script i am useing as SERVER
# server0.pl
#--------------------
use strict;
use Socket;
# use port 7890 as default
my $host = shift || '10.255.37.164';
my $port = shift || 7890;
my $proto = getprotobyname('tcp');
# create a socket, make it reusable
socket(SERVER, PF_INET, SOCK_STREAM, $proto) or die "socket: $!";
setsockopt(SERVER, SOL_SOCKET, SO_REUSEADDR, 1) or die "setsock: $!";
# grab a port on this machine
my $paddr = sockaddr_in($port, gethostbyname('proddev'));
#my $paddr = sockaddr_in($port,inet_aton('proddev'));
# bind to a port, then listen
bind(SERVER, $paddr) or die "bind: $!";
listen(SERVER, SOMAXCONN) or die "listen: $!";
print "SERVER started on port $port ";
# accepting a connection
my $client_addr;
while ($client_addr = accept(CLIENT, SERVER))
{
# find out who connected
my ($client_port, $client_ip) = sockaddr_in($client_addr);
my $client_ipnum = inet_ntoa($client_ip);
my $client_host = gethostbyaddr($client_ip, AF_INET);
# print who has connected
print "got a connection from: $client_host","[$client_ipnum] ";
# send them a message, close connection
print CLIENT "Smile from the server";
close CLIENT;
}
When i tries to run this script ...
it shows following error ...
bind: Unknown error at E:\QTP\Perl\server.pl line 21.
Client script that i am using is...
# client1.pl - a simple client
#----------------
use strict;
use Socket;
# initialize host and port
my $host = shift || '10.255.37.164';
my $port = shift || 7890;
my $proto = getprotobyname('tcp');
# get the port address
my $iaddr = inet_aton($host);
my $paddr = sockaddr_in($port, $iaddr);
# create the socket, connect to the port
socket(SOCKET, PF_INET, SOCK_STREAM, $proto)
or die "socket: $!";
connect(SOCKET, $paddr) or die "connect: $!";
my $line;
while ($line = "")
{
print $line;
}
close SOCKET or die "close: $!";
What I want to achieve is here server will sent some message and
client will read and pass this message... to another server for
processing.
Pls can any one tell me what is that error " bind: Unknown error at
E:\QTP\Perl\server.pl line 21. "
What need to do for this?
pls reply as soon as possible u can contact me swanand.kakade@gmail.com
------------------------------
Date: Fri, 18 Aug 2006 19:00:30 +1000
From: "Sisyphus" <sisyphus1@nomail.afraid.org>
Subject: Re: Not able to connect socket ....
Message-Id: <44e5875a$0$5106$afc38c87@news.optusnet.com.au>
<Swanand.Kakade@gmail.com> wrote in message
.
.
>
> Pls can any one tell me what is that error " bind: Unknown error
I'm not sure - I usually use IO::Socket instead of Socket for this sort of
thing. I think it might be because the second argument to sockaddr_in() is
inappropriate.
Here's a server script and a client script, based on what you provided and
on code from the Perl Cookbook, that do work for me (on Windows 2000).
Perhaps you can build on them to do what you want. (They run from different
consoles on localhost.):
server.pl
------------
use strict;
use warnings;
use Socket;
# use port 7890 as default
my $host = shift || 'localhost';
my $port = shift || 7890;
my $proto = getprotobyname('tcp');
# create a socket, make it reusable
socket(SERVER, PF_INET, SOCK_STREAM, $proto) or die "socket: $!";
setsockopt(SERVER, SOL_SOCKET, SO_REUSEADDR, 1) or die "setsock: $!";
# grab a port on this machine
my $paddr = sockaddr_in($port, INADDR_ANY);
#my $paddr = sockaddr_in($port,inet_aton('proddev'));
# bind to a port, then listen
bind(SERVER, $paddr) or die "bind: $!";
listen(SERVER, SOMAXCONN) or die "listen: $!";
print "SERVER started on port $port\n";
while (accept(CLIENT, SERVER)) {
print "Got a connection which said:\n";
my $got = <CLIENT>;
print $got, "\n";
}
-----------
client.pl
-----------
use strict;
use warnings;
use Socket;
# initialize host and port
my $host = shift || 'localhost';
my $port = shift || 7890;
my $proto = getprotobyname('tcp');
# get the port address
my $iaddr = inet_aton($host);
my $paddr = sockaddr_in($port, $iaddr);
# create the socket, connect to the port
socket(SOCKET, PF_INET, SOCK_STREAM, $proto)
or die "socket: $!";
connect(SOCKET, $paddr) or die "connect: $!";
my $line = "Hello there!!\n";
print SOCKET $line;
close SOCKET or die "close: $!";
---------
The server script runs continuously. The client script connects to the
server, then exits.
Cheers,
Rob
------------------------------
Date: Fri, 18 Aug 2006 19:20:44 +1000
From: "Sisyphus" <sisyphus1@nomail.afraid.org>
Subject: Re: Not able to connect socket ....
Message-Id: <44e5875e$0$5106$afc38c87@news.optusnet.com.au>
<Swanand.Kakade@gmail.com> wrote in message
.
.
>
> Pls can any one tell me what is that error " bind: Unknown error
I'm not sure - I usually use IO::Socket instead of Socket for this sort of
thing. I think it might be because the second argument to sockaddr_in() is
inappropriate.
Here's a server script and a client script, based on what you provided and
on code from the Perl Cookbook, that do work for me (on Windows 2000).
Perhaps you can build on them to do what you want. (They run from different
consoles on localhost.):
server.pl
------------
use strict;
use warnings;
use Socket;
# use port 7890 as default
my $host = shift || 'localhost';
my $port = shift || 7890;
my $proto = getprotobyname('tcp');
# create a socket, make it reusable
socket(SERVER, PF_INET, SOCK_STREAM, $proto) or die "socket: $!";
setsockopt(SERVER, SOL_SOCKET, SO_REUSEADDR, 1) or die "setsock: $!";
# grab a port on this machine
my $paddr = sockaddr_in($port, INADDR_ANY);
#my $paddr = sockaddr_in($port,inet_aton('proddev'));
# bind to a port, then listen
bind(SERVER, $paddr) or die "bind: $!";
listen(SERVER, SOMAXCONN) or die "listen: $!";
print "SERVER started on port $port\n";
while (accept(CLIENT, SERVER)) {
print "Got a connection which said:\n";
my $got = <CLIENT>;
print $got, "\n";
}
-----------
client.pl
-----------
use strict;
use warnings;
use Socket;
# initialize host and port
my $host = shift || 'localhost';
my $port = shift || 7890;
my $proto = getprotobyname('tcp');
# get the port address
my $iaddr = inet_aton($host);
my $paddr = sockaddr_in($port, $iaddr);
# create the socket, connect to the port
socket(SOCKET, PF_INET, SOCK_STREAM, $proto)
or die "socket: $!";
connect(SOCKET, $paddr) or die "connect: $!";
my $line = "Hello there!!\n";
print SOCKET $line;
close SOCKET or die "close: $!";
---------
The server script runs continuously. The client script connects to the
server, then exits.
Cheers,
Rob
------------------------------
Date: Thu, 17 Aug 2006 22:12:09 -0400
From: Sherm Pendley <sherm@Sherm-Pendleys-Computer.local>
Subject: Re: perl dbi driver for microsoft sql?
Message-Id: <m2hd0aztae.fsf@Sherm-Pendleys-Computer.local>
"gavino" <bootiack@yahoo.com> writes:
> Sherm Pendley wrote:
>> "Paul Lalli" <mritty@gmail.com> writes:
>>
>> > gavino wrote:
>> >> where do i find dbi driver for micrsoft sql?
>> >
>> > The same place you find all Perl Modules - http://search.cpan.org
>>
>> Quite right.
>>
>> > Is
>> > http://search.cpan.org/~jwied/Msql-Mysql-modules-1.2219/mysql/lib/DBD/mysql.pm
>> > what you're looking for?
>>
>> Actually, no. mSQL is not Microsoft SQL Server, it's a different product:
>>
>> <http://www.hughes.com.au/products/msql/>
>>
>> I couldn't find a MS-SQL specific DBD module - I think most people use
>> DBD::ODBC.
>>
>> sherm--
>
> how id DBD::ODBC set up?
What have you tried? What was the result? Is there some part of the
documentation you're having trouble with?
sherm--
--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net
------------------------------
Date: 6 Apr 2001 21:33:47 GMT (Last modified)
From: Perl-Users-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin)
Subject: Digest Administrivia (Last modified: 6 Apr 01)
Message-Id: <null>
Administrivia:
#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.
NOTE: due to the current flood of worm email banging on ruby, the smtp
server on ruby has been shut off until further notice.
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.
#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 V10 Issue 9623
***************************************