perl environment setup

2003-09-10 Thread Wayne Mulhair
Hi All, Can somebody point me to a good guide that is geared toward setting up perl? I'm not a perl programmer per se, but I do have to troubleshoot the occasional perl environment problem. Thanks Wayne -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

RE: mod_perl

2002-04-25 Thread Wayne Dyck
had something like this happen the first time I used CPAN to install various modules - it wanted to install the latest version of perl. I originally let it, however, it messed up my @INC and the location of my other installed modules. Kind Regards, Wayne Dyck Effigy Interactive Tel: 60

RE: SOAP::Lite documentation?

2002-04-20 Thread Wayne Dyck
to follow. It can be found at http://guide.soaplite.com/. It gives some basic examples of setting up both SOAP clients and servers. Trust this helps. Kind Regards, Wayne Dyck Effigy Interactive Tel: 604-551-8495 Website: http://www.effigy.ca -- To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: DBBROWSER.pm

2001-12-19 Thread Wayne
I'm a little fuzzy on this one. Does it run under Windows or Linux? - Original Message - From: "nafiseh saberi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 19, 2001 12:49 AM Subject: DBBROWSER.pm hi dear team. how are you? do any one of you use DBBROWSER pack

Re: Cant run CGI Scripts?

2001-12-18 Thread Wayne
First problem you have is trying to run script on something like Novell Netware. It is a network server, not a web server. I made another reply regarding this. CGI requires an OS such as Windows, Linux/UNIX/BSD/Solaris?(I'm not familiar with Solaris), and so on. - Original Message - F

Re: Should I use Perl?

2001-12-18 Thread Wayne
- Original Message - From: "John W. Krahn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 6:42 PM Subject: Re: Should I use Perl? > Raymond Lam wrote: > > > > hi there, i've just started reading the book Learning Perl and > > I'm amazed what perl can do. >

Re: Cant run CGI Scripts?

2001-12-18 Thread Wayne
I do know that Novell is a fileserver network, and that's about all. You need Windows or UNIX/Linux/BSD to run Apache Server. - Original Message - From: "Shawn" <[EMAIL PROTECTED]> To: "Chris Zampese" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 6:25 PM Subj

Re: dollar sign in subject

2001-12-18 Thread Wayne
Just for the record, I have changed that filter, and set up one as per the suggestion to use number and dollar sign. Trying to learn what to filter and what not to filter. Spam is hell... - Original Message - From: "Hamid Majidy" <[EMAIL PROTECTED]> To: "Wayne&qu

Re: dollar sign in subject

2001-12-18 Thread Wayne
Was that you I saw on Dracos??? ;-D - Original Message - From: "Morbus Iff" <[EMAIL PROTECTED]> To: "Wayne" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 3:14 PM Subject: Re: dollar sign in subject > >Every ti

Re: dollar sign in subject

2001-12-18 Thread Wayne
How well would that work? I use Outlook Express, due to the large number of email accounts I use for assorted things... - Original Message - From: "Hamid Majidy" <[EMAIL PROTECTED]> To: "Wayne" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; "Mo

Re: dollar sign in subject

2001-12-18 Thread Wayne
amid Majidy" <[EMAIL PROTECTED]> To: "Wayne" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; "Morbus Iff" <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 3:53 PM Subject: RE: dollar sign in subject > How about a dollar sign followed by numeric di

dollar sign in subject

2001-12-18 Thread Wayne
number of us out here. Suggest that you avoid such things in the subject line. Wayne. <|:^)> http://www.wayneleake.net -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Looking for a specific phrase within a file...

2001-06-21 Thread Wayne Bridgman
That does the trick! I knew the throbbing hive-brain of beginners would have the answer. Thanks, Wayne -Original Message- From: Chas Owens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 9:28 PM To: Wayne Bridgman Cc: [EMAIL PROTECTED] Subject: Re: Looking for a specific

Looking for a specific phrase within a file...

2001-06-20 Thread Wayne Bridgman
Hi Beginners, Does anyone know how I can look for a certain phrase within a sql file (approx 6 words, normally part of a header)? Thanks in advance, Wayne