Re: dbi

2001-04-29 Thread Collin Rogowski
On Mon, 30 Apr 2001 08:03:23 +0200, justin todd said: > Hi all. > I am in desparate need of advice. > I am running a NT4.0/IIS server and a MSSQL7 database. I ahve got Perl > working fine on the Web Server but I cannot perform simple function on > the Database. Below is my code and the diff

DBI tutorial

2001-04-29 Thread Andrew Teo
Hi all, I am interested in self-learning the DBI module for database manipulation. Are there any good online tutorials available? Thanks, Andrew

dbi

2001-04-29 Thread justin todd
Hi all. I am in desparate need of advice. I am running a NT4.0/IIS server and a MSSQL7 database. I ahve got Perl working fine on the Web Server but I cannot perform simple function on the Database. Below is my code and the different error's I recieve when I alter the code. I hope it makes sence.

Mailing List

2001-04-29 Thread Joel Divekar
Hi There Can anybody give me mailing list address for 1) Linux Administration 2) Linux Administration with Perl 3) Linux Security Urgent, I have been asked to take up additional responsibility of System Administration at the earliest Regards Joel ---

RE: running Perl scripts in Windows as an .exe file

2001-04-29 Thread King, Jason
or ActiveState's PDK (Perl Developer Kit) includes an EXE generator http://www.activestate.com/ >-Original Message- >From: Paul Cotter [mailto:[EMAIL PROTECTED]] >Sent: Sun 29 Apr 2001 06:48 >To: Paul Jasa >Cc: [EMAIL PROTECTED] >Subject: Re: running Perl scripts in Windows as an .exe

RE: Clarification - Re: Include directory as location of perl script

2001-04-29 Thread King, Jason
Andrew Moore writes .. >On Fri, Apr 27, 2001 at 04:25:49PM -0400, Craig >Moynes/Markham/IBM wrote: >> I cannot use a fixed library path as the script will be installed in >> different directories on different systems. >> >> the idea is it will be executed as: >> /home/dbncc/perl/scripts/.pl

RE: Error.pm

2001-04-29 Thread King, Jason
Alberto Manuel Brandao Simoes writes .. > I've donwloaded a module from CPAN (CORBA::ORBit) but it >requires Error ('require Error') and there is any Error.pm >in the system. Can anybody explain what can I do to put it >working? I think removing the line will do the trick, but >I would lik

RE: Beginner's question

2001-04-29 Thread King, Jason
[EMAIL PROTECTED] writes .. > I am writing a small perl script which is included below. I 've >a problem with this line my $prjstream = `cleartool lsstream -in >@prjname[1]\@$ucmvob | grep Int` ; It doesn't recognise $ucmvob in >this command. But if I replace the variable $ucmvob with the str

RE: replacing an element in an array

2001-04-29 Thread King, Jason
Kevin Meltzer writes .. >On Fri, Apr 27, 2001 at 08:32:21AM -0400, Timothy Kimball >([EMAIL PROTECTED]) spew-ed forth: >> >> grep() will do it easily: >> >> @lines = grep { ! /\.txt$|\.scc$/ } @lines; >> >> or do it when you read the file: >> >> @lines = grep { ! /\.txt$|\.scc$/ } ; > >You a

RE: Error opening file? - Solved!

2001-04-29 Thread King, Jason
Billy Joedono writes .. >More question: how can I force vi to show these, or better yet, how can >I get dos2unix or unix2dos in Linux? even better - get an FTP program that does the line-ending conversions for you on the fly .. most GUI FTP programs will do this these days .. and they'll usuall

Evaluating r.e with parentheses causes memory leaks?

2001-04-29 Thread Pavel Šmerk
Hi, (excuse my poor English, I hope it will be still intelligible ;-) I want to use Perl for some substitutions on large texts, but it seems to me that perl does not correctly free memory after evaluating r.e. with parentheses (see below). Problem is solved by using eval statement around r.e. --

Someone sent the I love you virus out

2001-04-29 Thread Jared Dame
Does not affect me because I am using linux but for our outlook people out there there might be a problem. Jared

Re: What does 'variable not imported' warning mean?

2001-04-29 Thread Greg Meckes
Here's a passage from the error message doc that can be found at: http://www.perl.com/pub/doc/manual/html/pod/perldiag.html Variable "%s" is not imported%s (F) While ``use strict'' in effect, you referred to a global variable that you apparently thought was imported from another module, because

What does 'variable not imported' warning mean?

2001-04-29 Thread Michael Fahey
I'm running a script with strict on under 5.6.0 (on Windows) and get the following error message: Variable "$LANG" is not imported at legal_services.pl line 463. line 463 is: print style_chooser("$$LANG->{'welcome'}"), ' ',roman(uc($cgi->remote_user())); $LANG is a reference to a reference

AW: Pack trouble

2001-04-29 Thread [EMAIL PROTECTED]
ehy..is this the loveletter virus attached ?? -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Slaven Rezic Gesendet: Sonntag, 29. April 2001 03:46 An: Hans Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Betreff: Re: Pack trouble Hans <[EMAIL PROTECTE

Re: Pack trouble

2001-04-29 Thread Slaven Rezic
Hans <[EMAIL PROTECTED]> writes: > Someone please enlighten me. I can't for the world figure out what is > wrong here. > > > - I create a main window. > > - In this window I create a frame. > > - In this frame I create four buttons. > > - The buttons need to be packed like this

Re: How to turn off mouse focus?

2001-04-29 Thread Slaven Rezic
Hans <[EMAIL PROTECTED]> writes: > Learning Perl/Tk often talks about keyboardfocus, but not much about > mousefocus. On page 303 a method is described to use focusFollowsMouse, but > I want to do the opposite: I have a scale widget who should not get > mousefocus when the mouse is moved o

Re: Error: Runtime Exception

2001-04-29 Thread David H. Adler
On Sat, Apr 28, 2001 at 11:27:58AM +0530, Joel Divekar wrote: > Hi > > At 12:16 PM 4/27/2001 -0400, David H. Adler wrote: > > > >Given that there *is* no perl6 (yet), I'm guessing you don't really mean > >that, right? > > Yes I was also surprised about Perl 6, is it out yet ? Nope, and won't be