RE: Active Perl and custom (simple) modules - differences from linux?

2006-06-08 Thread Hicks, Robert
>-Original Message- >I have developed a set of scripts on linux that run fine, but I'm >testing out on Windows XP with Apache and ActivePerl, and I've hit a >(probably very simple) problem. > >Put simply, I have a file db.pm which defines a function thus: > > >sub db >{ >my $user="xxx"

RE: ActivePerl 5.8.7.815 released

2006-03-07 Thread Hicks, Robert
I would have thought the next one would have been based on Perl 5.8.8? Or is it too soon for that one? Robert ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: I need your opinion: perl vs php

2006-02-27 Thread Hicks, Robert
> -Original Message- > From: [EMAIL PROTECTED] [mailto:perl-win32- > [EMAIL PROTECTED] On Behalf Of Peter Eisengrein > Sent: Monday, February 27, 2006 8:12 AM > To: perl-win32-users@listserv.ActiveState.com > Subject: RE: I need your opinion: perl vs php > > > > > How wedded are you MySQL

RE: When ActivePerl 5.8.8 out?

2006-02-23 Thread Hicks, Robert
> -Original Message- > From: [EMAIL PROTECTED] [mailto:perl-win32- > [EMAIL PROTECTED] On Behalf Of Jan Dubois > Sent: Thursday, February 23, 2006 11:29 AM > To: [EMAIL PROTECTED]; perl-win32-users@listserv.ActiveState.com > Subject: RE: When ActivePerl 5.8.8 out? > > On Wed, 22 Feb 2006,

RE: PPM error

2006-02-01 Thread Hicks, Robert
>From the ActiveState docs: Under Windows XP 1. Open the Control Panel and click the System icon. The System Properties dialog is displayed. 2. On the Advanced tab, click on Environment Variables. The Environment Variables dialog is displayed. 3. Click

RE: Hello! Help me please!

2006-01-05 Thread Hicks, Robert
=== your code === use HTTP::Request; use LWP::UserAgent; $content=getContent('http://127.0.0.1/index.htm'); @html=split(/\n/,$content); for(@html) {   do   {     $2 and push(@link,$2);   }while m     {   <\s*A\s+HRE\s*=\s*(['''])(.*?)\l\s*>     }gsix;   print "All links in this page:\n";   f

RE: True Story

2005-12-05 Thread Hicks, Robert
> -Original Message- > I used to work in retail and one day I was visited by an entire > family in camo. I stood there for awhile looking past them and finally > one of them spoke. I jumped, looked him in the eye, and exclaimed, > "Wow. I didn't see you guys!" > > He didn't get it.