Re: Mod_Perl Target Headers

2004-11-04 Thread Chasecreek Systemhouse
On Thu, 04 Nov 2004 20:54:35 -0800, James Taylor <[EMAIL PROTECTED]> wrote: > $r->header_out('Location' => 'http://www.somesite.com/login_expired.html'); Use a client-site anchor to get the client to pull the frame via a normal target. Only the

Mod_Perl Target Headers

2004-11-04 Thread James Taylor
I posted this to the mod_perl list originally, but noone ever answers my questions on there. Guess my noob questions don't belong on that list: Again, this is for mod_perl Should be a pretty simple question, looking for an option in header_out to target a frame. For example... snip $r=Apach

Re: Client-server with perl?(need some useful progs for squid proxy)

2004-11-04 Thread Harold Castro
Thanks a lot! I will look into this right away. see ya! -- "JupiterHost.Net" <[EMAIL PROTECTED]> wrote: > > > Harold Castro wrote: > > Good day! > > Hello, > > > >I'm new to perl but not that much of a newbie. > In > > fact I was in the peak of learning perl but then I > > have to focu

Re: Client-server with perl?(need some useful progs for squid proxy)

2004-11-04 Thread JupiterHost.Net
Harold Castro wrote: Good day! Hello, I'm new to perl but not that much of a newbie. In fact I was in the peak of learning perl but then I have to focus my concentration with work when I got my first job. I will be a trainee for 3 months and my first assignment is to administer our squid proxi

Client-server with perl?(need some useful progs for squid proxy)

2004-11-04 Thread Harold Castro
Good day! I'm new to perl but not that much of a newbie. In fact I was in the peak of learning perl but then I have to focus my concentration with work when I got my first job. I will be a trainee for 3 months and my first assignment is to administer our squid proxies(4). I line with this, t

Re: start http request and move on

2004-11-04 Thread JupiterHost.Net
say, it takes the entire http session 60 seconds from start to finish to submit the url, the script to run and return the results I want: print "Starting...\n"; nowaiturl("$url?foo=bar"); print "$url has been submitted, in appx 60 seconds it will finish"; to run in like it had been (obviously

RE: cookies in perl and asp

2004-11-04 Thread Charles K. Clarkson
A Taylor <[EMAIL PROTECTED]> wrote: : Hi all, : I have a problem that I am hoping someone can shed some : light on. I have written a cookie in perl and what I want : to do is read the cookie back but in an asp script. I can : read the cookie back in other perl scripts but the asp : script doesnt s

Re: articles not showing up

2004-11-04 Thread JupiterHost.Net
OK, whatever, I am seeing you responding to an email i sent you, so you are connected to an nntp mail gateway, and my message still has by sending mail to [EMAIL PROTECTED] via SMTP... not made it to the nntp server i am posting to now. Just because you know some more perl than me, is no excuse for

Re: articles not showing up

2004-11-04 Thread Mark Day
JupiterHost.Net wrote: mr soundz wrote: On Thu, 4 Nov 2004, JupiterHost.Net wrote: Mark Day wrote: is it just me? It must be, because I don't think there's an easy way to tell what you're talking about :) I posted 2 articles using a usenet client to the news server nntp.perl.org, and neithe

Re: script to find most common last names in a file

2004-11-04 Thread Mark Day
John W. Krahn wrote: Mark Day wrote: Hoping someone can offer some advice on this. I had an idea to write a script that could open a file of names, first and last, that would search for the most frequently occurring last names and write out the first and last names of all those that match to a n

Re: articles not showing up

2004-11-04 Thread Mark Day
JupiterHost.Net wrote: Mark Day wrote: is it just me? It must be, because I don't think there's an easy way to tell what you're talking about :) OK I posted this and 1 other article on wedensday at approx5:00pm PST, but the article did not appear on the server till nearly 24 hours later. At t

Re: articles not showing up

2004-11-04 Thread mr soundz
- Original Message - From: Chris Devers <[EMAIL PROTECTED]> To: "JupiterHost.Net" <[EMAIL PROTECTED]> Subject: Re: articles not showing up Date: Thu, 4 Nov 2004 09:12:04 -0500 (EST) > > On Thu, 4 Nov 2004, JupiterHost.Net wrote: > > > Mark Day wrote: > > > is it just me? > > > > It mus

cookies in perl and asp

2004-11-04 Thread A Taylor
Hi all, I have a problem that I am hoping someone can shed some light on. I have written a cookie in perl and what I want to do is read the cookie back but in an asp script. I can read the cookie back in other perl scripts but the asp script doesnt see it. Why is this and is there anyway around it

Re: why to use 1)use CGI,2)use Strict ,3)use Carp in script

2004-11-04 Thread Jose Alves de Castro
On Thu, 2004-11-04 at 09:31, supriya devburman wrote: > hi Hi > why we r using > 1)use CGI, We only use CGI when we want to use methods from that module (usually on web pages); see `perldoc CGI` for more information on what you can do with it. > 2)use Strict, The correct name is strict. This i

Re: articles not showing up

2004-11-04 Thread Gunnar Hjalmarsson
mr soundz wrote: I posted 2 articles using a usenet client to the news server nntp.perl.org, and neither article showed up on that server. It's not just you. Sometimes it works when you post a message that way, sometimes not. http://www.nntp.perl.org/group/perl.beginners/69099 The only action I'v

Re: articles not showing up

2004-11-04 Thread JupiterHost.Net
mr soundz wrote: On Thu, 4 Nov 2004, JupiterHost.Net wrote: Mark Day wrote: is it just me? It must be, because I don't think there's an easy way to tell what you're talking about :) I posted 2 articles using a usenet client to the news server nntp.perl.org, and neither article showed up on tha

Re: Need help with regex

2004-11-04 Thread John W. Krahn
Kevin Old wrote: Hello everyone, Hello, I have a line like the following: my $line = "31232000 07/28/04 DUC000 NET 60 DAYS RD64 UPSGNDSVR PREPAID"; What I'm looking for in lines like this are the customer number (DUC000) and a "code" that starts with UPS, or if the code doesn

Re: Need help with regex

2004-11-04 Thread Kevin Old
On Thu, 4 Nov 2004 10:58:16 -0600, Robert Citek <[EMAIL PROTECTED]> wrote: > > On Thursday, Nov 4, 2004, at 10:49 US/Central, Scott Pham wrote: > > Why don't you just split the line and use the whitespace as separator? > > > > $line =~ s/\s+/ /; > > my > > ($record,$date,$cust,$temp1,$temp2,$temp3

Re: Is that a DB server need to be installed ?

2004-11-04 Thread Bee
How would MySQL compare with DBD::SQLite ? I hope I can deal with as lease as the outter things... more apperciate situation is without install other stuff, but sort of modules. Thanks in advise, Bee - Original Message - From: "Mark Day" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent

Re: Is that a DB server need to be installed ?

2004-11-04 Thread Bee
Thanks ! That's quite a nice hint~ I 'll digging in for more that I suppose want to look for~~ Thanks, Bee - Original Message - From: "NYIMI Jose (BMB)" <[EMAIL PROTECTED]> To: "Bee" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, November 04, 2004 4:50 PM Subject: RE: Is tha

Re: Need help with regex

2004-11-04 Thread Robert Citek
On Thursday, Nov 4, 2004, at 10:49 US/Central, Scott Pham wrote: Why don't you just split the line and use the whitespace as separator? $line =~ s/\s+/ /; my ($record,$date,$cust,$temp1,$temp2,$temp3,$temp4,$temp5,$shipping,$paid ) = split (/ /,$line); As I was reminded the other day, split work

RE: Need help with regex

2004-11-04 Thread Scott Pham
Why don't you just split the line and use the whitespace as separator? $line =~ s/\s+/ /; my ($record,$date,$cust,$temp1,$temp2,$temp3,$temp4,$temp5,$shipping,$paid) = split (/ /,$line); -Original Message- From: Kevin Old [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 10:3

Re: Need help with regex

2004-11-04 Thread Robert Citek
On Thursday, Nov 4, 2004, at 09:38 US/Central, Kevin Old wrote: my $line = "31232000 07/28/04 DUC000 NET 60 DAYS RD64 UPSGNDSVR PREPAID"; What I'm looking for in lines like this are the customer number (DUC000) and a "code" that starts with UPS, or if the code doesn't start with U

Re: Need help with regex

2004-11-04 Thread Kevin Old
On Thu, 4 Nov 2004 10:05:08 -0600, Larsen, Errin M HMMA/IT <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Kevin Old [mailto:[EMAIL PROTECTED] > > Sent: Thursday, November 04, 2004 9:38 AM > > To: [EMAIL PROTECTED] > > Subject: Need help with regex > <> > > Does the informa

RE: Need help with regex

2004-11-04 Thread Larsen, Errin M HMMA/IT
> -Original Message- > From: Kevin Old [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 04, 2004 9:38 AM > To: [EMAIL PROTECTED] > Subject: Need help with regex > > > Hello everyone, > Hi! > I have a line like the following: > > my $line = "31232000 07/28/04 DUC000 NET 60 DAYS

Need help with regex

2004-11-04 Thread Kevin Old
Hello everyone, I have a line like the following: my $line = "31232000 07/28/04 DUC000 NET 60 DAYS RD64 UPSGNDSVR PREPAID"; What I'm looking for in lines like this are the customer number (DUC000) and a "code" that starts with UPS, or if the code doesn't start with UPS idea

Re: articles not showing up

2004-11-04 Thread Chris Devers
On Thu, 4 Nov 2004, JupiterHost.Net wrote: > Mark Day wrote: > > is it just me? > > It must be, because I don't think there's an easy way to tell what > you're talking about :) He probably means either the Usenet newsgroup or a web archive. *shrug* Maybe. The email version of the list seems

Re: articles not showing up

2004-11-04 Thread JupiterHost.Net
Mark Day wrote: is it just me? It must be, because I don't think there's an easy way to tell what you're talking about :) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: why to use 1)use CGI,2)use Strict ,3)use Carp in script

2004-11-04 Thread Chris Devers
On Thu, 4 Nov 2004, supriya devburman wrote: > [W]hy [are we] using > > 1)use CGI, > 2)use Strict, > 3)use Carp > > in the begining of script sometimes[question mark] What is the use of > [them][question mark] [Are] the files CGI.pm, Strict.pm, [and] Carp.pm > default with [Perl][question mark]

Re: script to find most common last names in a file

2004-11-04 Thread John W. Krahn
Mark Day wrote: Hoping someone can offer some advice on this. I had an idea to write a script that could open a file of names, first and last, that would search for the most frequently occurring last names and write out the first and last names of all those that match to a new file. I am a beginn

articles not showing up

2004-11-04 Thread Mark Day
is it just me? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Is that a DB server need to be installed ?

2004-11-04 Thread Mark Day
Bee wrote: > Hi, > > Just start on study about Database programming... Just wonder > is that a real DB server is needed to be installed before I > start my coding ? If so... which kind of server ( and modules) > is recommanded, easiest to get start for beginners ? I assume > that I will deal

script to find most common last names in a file

2004-11-04 Thread Mark Day
Hoping someone can offer some advice on this. I had an idea to write a script that could open a file of names, first and last, that would search for the most frequently occurring last names and write out the first and last names of all those that match to a new file. I am a beginner, and of cours

why to use 1)use CGI,2)use Strict ,3)use Carp in script

2004-11-04 Thread supriya devburman
hi why we r using 1)use CGI, 2)use Strict, 3)use Carp in the begining of script sometimes. What is the use of it.Is the files CGI.pm,Strict.pm,Carp.pm default with PERL. Thnx __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protect

Getting CPAN working behind a firewall

2004-11-04 Thread Colm Gallagher
Hi folks, I had a little trouble getting CPAN working inside a company firewall (MS Proxy Server) A little bit of reading and experimenting and I came up with a solution, might as well have this as part of the archive when people come a searching for just this gem. http://dearbbc.blogspot.com/200

RE: Is that a DB server need to be installed ?

2004-11-04 Thread NYIMI Jose \(BMB\)
> -Original Message- > From: Bee [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 03, 2004 11:21 PM > To: [EMAIL PROTECTED] > Subject: Is that a DB server need to be installed ? > > > Hi, > > Just start on study about Database programming... Just wonder > is that a real DB serv