[26917] in Perl-Users-Digest
Perl-Users Digest, Issue: 8894 Volume: 10
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Sat Jan 28 18:05:43 2006
Date: Sat, 28 Jan 2006 15:05:06 -0800 (PST)
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)
Perl-Users Digest Sat, 28 Jan 2006 Volume: 10 Number: 8894
Today's topics:
Re: Q: Is the Perl CGI_MetaFAQ still being maintained? <brian.d.foy@gmail.com>
Re: FAQ 5.8 How can I make a filehandle local to a subr <brian.d.foy@gmail.com>
Re: Q: Is the Perl CGI_MetaFAQ still being maintained? <brian.d.foy@gmail.com>
Re: string manipulation <tadmc@augustmail.com>
Re: string manipulation (James Taylor)
Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Sat, 28 Jan 2006 13:13:22 -0600
From: brian d foy <brian.d.foy@gmail.com>
Subject: Re: Q: Is the Perl CGI_MetaFAQ still being maintained?
Message-Id: <280120061313224241%brian.d.foy@gmail.com>
In article <2006128111332.253737@ron>, Ron Savage <ron@savage.net.au>
wrote:
> Hi Folks
>
> I've found a 2001 version at
>
> http://www.perl.org/CGI_MetaFAQ.html
I guess I can still maintain it, but nobody has sent me anything about
it. What would you like me to update? :)
The first hit in Google for "CGI Meta FAQ" is the version I have in
Sourceforge:
http://cvs.sourceforge.net/viewcvs.py/brian-d-foy/CGI_MetaFAQ/CGI_MetaFA
Q.html?rev=HEAD
------------------------------
Date: Sat, 28 Jan 2006 13:08:23 -0600
From: brian d foy <brian.d.foy@gmail.com>
Subject: Re: FAQ 5.8 How can I make a filehandle local to a subroutine? How do I pass filehandles between subroutines? How do I make an array of filehandles?
Message-Id: <280120061308236279%brian.d.foy@gmail.com>
In article <270120061019025570%jgibson@mail.arc.nasa.gov>, Jim Gibson
<jgibson@mail.arc.nasa.gov> wrote:
> In article <draa96$ekj$1@reader2.panix.com>, PerlFAQ Server
> <comdog@pair.com> wrote:
> > 5.8: How can I make a filehandle local to a subroutine? How do I pass
> > filehandles between subroutines? How do I make an array of filehandles?
> This FAQ entry asks three questions but only attempts to answer the
> first two. Shouldn't there be an example of making an array of
> filehandles?
Indeed it should. I'll get to work on it. :)
------------------------------
Date: Sat, 28 Jan 2006 13:48:00 -0600
From: brian d foy <brian.d.foy@gmail.com>
Subject: Re: Q: Is the Perl CGI_MetaFAQ still being maintained?
Message-Id: <280120061348008889%brian.d.foy@gmail.com>
In article <2006128111332.253737@ron>, Ron Savage <ron@savage.net.au>
wrote:
> Hi Folks
>
> I've found a 2001 version at
>
> http://www.perl.org/CGI_MetaFAQ.html
>
I've done a bit of an update now. I added a couple of links and culled
the bad ones. Let me know if you want any more updates. This is the
same link that www.perl.org redirects to:
http://www.google.com/search?q=CGI+Meta+FAQ&sourceid=mozilla-search&star
t=0&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:en-US:off
icial
You may not see the updates right away since Sourceforge seems to be a
bit slow in updating things.
------------------------------
Date: Fri, 27 Jan 2006 23:08:50 -0600
From: Tad McClellan <tadmc@augustmail.com>
Subject: Re: string manipulation
Message-Id: <slrndtlv32.p4h.tadmc@magna.augustmail.com>
James Taylor <usenet@oakseed.demon.co.uk.invalid> wrote:
> my ($dir, $leaf) = $path =~ m|^(.*)/(.*)|;
^
^
That anchor serves no useful purpose, so it probably shouldn't be there.
--
Tad McClellan SGML consulting
tadmc@augustmail.com Perl programming
Fort Worth, Texas
------------------------------
Date: Sat, 28 Jan 2006 17:01:31 +0000
From: usenet@oakseed.demon.co.uk.invalid (James Taylor)
Subject: Re: string manipulation
Message-Id: <1h9vwed.1upk60s1de4qj1N%usenet@oakseed.demon.co.uk.invalid>
Tad McClellan <tadmc@augustmail.com> wrote:
> James Taylor <usenet@oakseed.demon.co.uk.invalid> wrote:
>
> > my ($dir, $leaf) = $path =~ m|^(.*)/(.*)|;
> ^
> ^
>
> That anchor serves no useful purpose, so it probably shouldn't be there.
My newsreader doesn't have a monospaced font (I must fix that) so your
caret appears to point to the dollar singin front of $path. I must
assume though that you were pointing at the beginning of line anchor in
my regex. The reason it is there is to ensure that the match fails in
linear time if there is no slash in the $path.
--
James Taylor
------------------------------
Date: 6 Apr 2001 21:33:47 GMT (Last modified)
From: Perl-Users-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin)
Subject: Digest Administrivia (Last modified: 6 Apr 01)
Message-Id: <null>
Administrivia:
#The Perl-Users Digest is a retransmission of the USENET newsgroup
#comp.lang.perl.misc. For subscription or unsubscription requests, send
#the single line:
#
# subscribe perl-users
#or:
# unsubscribe perl-users
#
#to almanac@ruby.oce.orst.edu.
NOTE: due to the current flood of worm email banging on ruby, the smtp
server on ruby has been shut off until further notice.
To submit articles to comp.lang.perl.announce, send your article to
clpa@perl.com.
#To request back copies (available for a week or so), send your request
#to almanac@ruby.oce.orst.edu with the command "send perl-users x.y",
#where x is the volume number and y is the issue number.
#For other requests pertaining to the digest, send mail to
#perl-users-request@ruby.oce.orst.edu. Do not waste your time or mine
#sending perl questions to the -request address, I don't have time to
#answer them even if I did know the answer.
------------------------------
End of Perl-Users Digest V10 Issue 8894
***************************************