RE: How Does The DBI Know Where The Database Is?

2008-12-16 Thread Doug Loud
Database Is? From: "Doug Loud" To: Date: 12/16/2008 04:27 PM Subject:How Does The DBI Know Where The Database Is? Sent by:perl-win32-users-boun...@listserv.activestate.com _ We are cleaning up some code that a no longer resident programm

How Does The DBI Know Where The Database Is?

2008-12-16 Thread Doug Loud
We are cleaning up some code that a no longer resident programmer created. This code works: $dbh = DBI->connect("DBI:ODBC:GreystoneActivity","$userid", "$userpw")|| die "Couldn't connect to database: " . DBI->errstr; But we can't figure out how the DBI:ODBC knows where the GreystoneActivit

PPM listing

2008-12-15 Thread Doug Loud
Is there an easy way to find out which ppm modules have been loaded into Perl? Douglass N. Loud Executive Director Greystone Asset Management, LLC. 120 Broadway, Suite 1700 New York, NY 10271 212-618-0753 (office) 203-952-7108 (cell) dougl7...@bigplanet.com

RE: Creating a grid control

2005-08-03 Thread Doug Loud
Speaking of grid controls, is there a browser usable one? Does the CGI module have one or does one have to use a java applet? Douglass N. Loud President Integrated Information Systems, Inc. 292 Fifth Avenue New York, NY 10001 212-714-3522 (office) 203-952-7108 (cell) [EMAIL PROTECT

RE: Using canned subroutines with includes - an answer of sorts

2005-07-09 Thread Doug Loud
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of $Bill Luebkert Sent: Friday, July 08, 2005 5:49 PM To: Perl-Win32-Users@listserv.ActiveState.com Subject: Re: Using canned subroutines with includes - an answer of sorts Joe Discenza wrote: > Doug Loud wrote, on Fri 7/8/2005 12

RE: Using canned subroutines with includes - an answer of sorts

2005-07-08 Thread Doug Loud
Subject: Re: Using canned subroutines with includes - an answer of sorts On approximately 7/8/2005 7:24 AM, came the following characters from the keyboard of $Bill Luebkert: > Doug Loud wrote: >> >>Path to the includes script and required file: >>C:\My Documents\IISMK\Bluepo

RE: Using canned subroutines with includes - an answer of sorts

2005-07-08 Thread Doug Loud
ve from the script path. Otherwise, you could try: Require '/my documents/iismk/bluepoint/esp/28 esp/28 esp system/includes/28ESP.pl'; (or start it with 'c:/my documents' to give it a "more" absolute path). Chad -Original Message- From: [EMAIL PRO

FW: Using canned subroutines with includes - an answer of sorts

2005-07-08 Thread Doug Loud
@listserv.ActiveState.com Subject: Re: Using canned subroutines with includes - an answer of sorts Doug Loud wrote: > > Well, here's an answer: > > I started with: require "/Includes/28ESP.pl"; and that didn't work. > > Then I tried all the other combinatio

RE: Using canned subroutines with includes

2005-07-07 Thread Doug Loud
952-7108 (cell) [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charles K. Clarkson Sent: Thursday, July 07, 2005 5:16 PM To: Perl-Win32-Users@listserv.ActiveState.com Subject: RE: Using canned subroutines with includes Doug Loud <m

RE: Using canned subroutines with includes

2005-07-07 Thread Doug Loud
Afternoon, Bill - Tried your suggested: my $mylib = '/includes/28ESP.pl'; require $mylib; And got the usual: Can't locate /includes/28ESP.pl in @INC This is getting curiouser and curiouser Douglass N. Loud President Integrated Information Systems, Inc. 292 Fifth Avenue New Y

Using canned subroutines with includes - an answer of sorts

2005-07-07 Thread Doug Loud
Well, here's an answer: I started with: require "/Includes/28ESP.pl"; and that didn't work. Then I tried all the other combinations you all were kind enough to suggest. Still no luck. Finally, I discovered that both of these will work: Hooray! my $mylib = 'includes/28ESP.pl'; require $mylib;

Using canned subroutines with includes

2005-07-07 Thread Doug Loud
v.ActiveState.com Subject: RE: Using canned subroutines with includes Doug Loud <> wrote: : : In the windows world, however, when I try the same thing, I get an : error telling me that the system "Can't locate /Includes/XYZ.pl in : @INC ". Sounds like you need to place t

Using canned subroutines with includes

2005-07-07 Thread Doug Loud
Tried your suggestion of using my $mylib = "includes\\28ESP.pl"; eval "require $mylib"; and got: Bareword found where operator expected at (eval 1) line 1, near "28ESP" (Missing operator before ESP?) Thanks! Douglass N. Loud President Integrated Information System

RE: Using canned subroutines with includes

2005-07-07 Thread Doug Loud
ROTECTED] Cc: Perl-Win32-Users@listserv.ActiveState.com Subject: Re: Using canned subroutines with includes Doug Loud wrote: > > > Morning - > > For many years, in the unix/perl world I could set up a perl/cgi web > page to use a bunch of subroutines that were available to my perl &g

RE: Using canned subroutines with includes

2005-07-06 Thread Doug Loud
\Includes"; Require "XYZ.pl"; Chad Uretsky Lead Network and Security Engineer, IT | NetIQ Corporation -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doug Loud Sent: Wednesday, July 06, 2005 8:29 AM To: Perl-Win32-Users@listserv.ActiveStat

Using canned subroutines with includes

2005-07-06 Thread Doug Loud
Morning - For many years, in the unix/perl world I could set up a perl/cgi web page to use a bunch of subroutines that were available to my perl based web pages with this command: require "/Includes/XYZ.pl"; where XYZ.pl contained several subroutines to be used in the web page as needed.

Graphing Financial Figures

2005-01-21 Thread Doug Loud
About 6 years ago, I used gnuplot with perl on sun/unix system to track some financial information. I have been asked to prepare a similar view on Windows with ActiveState perl on Windows XP SR2 for a school. In today's world and assuming gnuplot has the graphics I need (pie charts and speedomet

Linux and Perl

2004-06-16 Thread Doug Loud
I would like to test some of my perl code from Win2000 on a Linux box.   Does anyone have any thoughts/opinions on which Linux version would work best and what else I might need?   Thanks!   Douglass N. Loud President Integrated Information Systems, Inc. 292 Fifth Avenue New York, NY 10

Controls for Perl?

2003-09-19 Thread Doug Loud
Are there any controls available for perl, such as list boxes, etc, so that my users could click on an icon and have a perl populated list box appear for their choices/selection?  Or do I have to do it through a web browser page like I used to? Thanks!