Re: Re: Perl Regex

2010-03-26 Thread Mark Bergeron
Does this have to be hard coded in to the script? Just wondering since I have been kinda following this thread.Feb 26, 2010 01:56:02 PM, perl-win32-users-boun...@listserv.activestate.com wrote: It looks like what u want to do is attribute folding. That's when u take anested XML tag and make it an

Re: Re: PERL Question

2002-12-18 Thread Mark Bergeron
Bill is right of course. However, if you’re running IIS, which I think you are then you have to fire off the Perl by pointing to the exact location of Perl. My system: C:\Perl\bin\perl.exe Sometimes and I can't quite remember what script[s] it was, you can leave off the .exe and just look into

Re: Beginner Question

2002-11-21 Thread Mark Bergeron
If you mean rom a link, like this: a href=cgi-bin/yourScript.plyour link/a pass info like this: a href=cgi-bin/yourScript.pl?allrecords=Yyour link/a or did you mean something else. -Original Message- From: Laura Meli[EMAIL PROTECTED] To: Perl-Win32-Users[EMAIL PROTECTED] Date: Fri Nov

Re: Re: Capturing Content

2002-04-02 Thread Mark Bergeron
Message- From: Tillman, James[EMAIL PROTECTED] To: 'Mark Bergeron'[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Date: Tue Apr 02 03:45:18 PST 2002 Subject: Re: Capturing Content Darn! And I missed it? What did it look like? jpt -Original Message- From: Mark Bergeron [mailto

Open Perl IDE

2002-02-27 Thread Mark Bergeron
Open Perl IDE http://open-perl-ide.sourceforge.net/ Has anyone used this?! Open source, free. I tried downloading it (cable modem) it's taking forever so I'll go back later. I would love to hear any success, failure stories on this one please. Mark Bergeron

Re: Open Perl IDE

2002-02-27 Thread Mark Bergeron
be wrong here, at least not on my install) Syntax highlighting, save projects, search and replace, no bracket matching that I can find yet (bummer). But hell, all in all not bad. -Original Message- From: Sheldon E. Smith[EMAIL PROTECTED] To: Mark Bergeron[EMAIL PROTECTED] Date: Wed Feb 27 07:11

Apache mod_isapi

2001-12-22 Thread Mark Bergeron
-list. Thanks Mark Bergeron ___ GO.com Mail Get Your Free, Private E-mail at http://mail.go.com ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] http

Re: Creating an ODBC

2001-10-08 Thread Mark Bergeron
my $dsn = 'driver=Microsoft Access Driver(*.mdb);dbq=d:\\data\\dBase.mdb'; How many do you have now (-8 Mark Bergeron' -Original Message- From: steve silvers[EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Sat Oct 06 18:33:44 PDT 2001 Subject: Creating an ODBC What would be the best

Re: Whats wrong here?

2001-06-24 Thread Mark Bergeron
What database drivers are you using? Where is sessionid coming from? It's hard to see the picture from this example. Mark Bergeron -Original Message- From: Jaime Teng[EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Sat Jun 23 11:15:03 PDT 2001 Subject: Whats wrong here? Hi, Why cant I

Re: Re: ActivePerl setup and security issues

2001-06-13 Thread Mark Bergeron
a script by calling it with perl.exe in the query argument. Don't do that I guess. And of course make sure you have all of your group permission created and set correctly for directory accesses [cgi, cgi-bin, Perl, etc...](again off topic, last time). Any other ideas? Mark Bergeron -Original

Re: Re: ActivePerl setup and security issues

2001-06-13 Thread Mark Bergeron
I remember in the days before NT there was a type of perlwrapper for unix systems. This provided for some incresed security against malicious or unintended system disaster through Perl. Perhaps there is something like this for NT. Mark Bergeron -Original Message- From: Young Fan[EMAIL

Date/ Time

2001-06-12 Thread Mark Bergeron
Didn't someone have a little date-time routine floating around here yesterday. I thought I had grabbed it but, I didn't. Anyone? Marketta Bergeron (-8 /~_. _ | _ _ _ _ \_/|(_||| | |(_)| | _| ___ GO.com Mail

Re: Sending mail with Perl

2001-06-08 Thread Mark Bergeron
Use this (with some modification to the message body): use Net::SMTP; print Content-type: text/plain, \n\n; my $DEBUG = 0; if($DEBUG){ $| = 1; open(STDERR, STDOUT); } my $ServerName = host.servername.etc; # Create a new SMTP object my $smtp = Net::SMTP-new($ServerName, Debug = 1);

Percentages

2001-06-04 Thread Mark Bergeron
Hello group, Could someone please show me an example of how to take say $number = $this_number/$that_number $formatted = $coolcheck=~ $number and have $formatted produce a result in 00% insted of the raw number (..) and it's remainder. Thanks as always, Mark Bergeron

Re: Re: (no subject)

2001-06-02 Thread Mark Bergeron
By ALL MEANS!! -Original Message- From: Lee Goddard[EMAIL PROTECTED] To: Mustafa Attari[EMAIL PROTECTED], [EMAIL PROTECTED] Date: Sat Jun 02 02:24:52 PDT 2001 Subject: Re: (no subject) Man, unsubscribe yourself! Please! -Original Message- From: [EMAIL PROTECTED]

Re: Re: Komodo

2001-05-30 Thread Mark Bergeron
I agree, the reg. expression tool is nice. Needs more customization features to tweak out the interface too. Mark -Original Message- From: Jamison, Shawn[EMAIL PROTECTED] To: Mark Bergeron[EMAIL PROTECTED], [EMAIL PROTECTED] Date: Wed May 30 12:44:32 PDT 2001 Subject: Re: Komodo It's

Re: Re: Komodo

2001-05-30 Thread Mark Bergeron
- From: Lee Goddard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 30, 2001 3:57 PM To: Mark Bergeron; [EMAIL PROTECTED] Subject: RE: Komodo Hello group, Has anyone been using Komodo for their development? What do you think of it? I find it a little klunky. It doesn't scroll very

Re: Re: Mail notification

2001-05-14 Thread Mark Bergeron
there is an excellent example on Oreilly's site from the book CGI Programing with Perl. I highly recommend buying the book as well: ftp://ftp.ora.com/published/oreilly/nutshell/cgi2/ use the feedback_sendmail.cgi example in Chap. 9. Hope this helps. Mark Bergeron -Original Message- From: Krung Saengpole