[24173] in Perl-Users-Digest
Perl-Users Digest, Issue: 6365 Volume: 10
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Mon Apr 5 11:05:53 2004
Date: Mon, 5 Apr 2004 08:05:06 -0700 (PDT)
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)
Perl-Users Digest Mon, 5 Apr 2004 Volume: 10 Number: 6365
Today's topics:
Bugzilla <anders_postkasseKEINEJUNK@hotmail.com>
Re: Bugzilla <anders_postkasseKEINEJUNK@hotmail.com>
Re: Can PERL code check is email of sender is valid? <gp@nospm.hr>
Re: CGI::Carp and "useless quotes" <bik.mido@tiscalinet.it>
Re: custom perl interpreter? (Randal L. Schwartz)
Re: custom perl interpreter? <peter@semantico.com>
Re: free source for bbs <bik.mido@tiscalinet.it>
How read email headers? <gp@nospm.hr>
HTTP Header with mod_perl?? <rhersiczky@cuthere-hotmail.com>
Re: Lost data on socket - Can we start over politely? <vek@station02.ohout.pharmapartners.nl>
Re: Perl and Internet Explorer (akaliel)
Statistics for comp.lang.perl.misc <gbacon@hiwaay.net>
Re: Unknown function <tadmc@augustmail.com>
Re: Unknown function <jurgenex@hotmail.com>
Re: Unknown function <mjpliv@eastlink.ca>
Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Mon, 05 Apr 2004 15:20:32 +0200
From: "news.cybercity.dk" <anders_postkasseKEINEJUNK@hotmail.com>
Subject: Bugzilla
Message-Id: <c4rmc0$1eli$2@news.cybercity.dk>
Does anyone in here have experience with Bugzilla? It has a web-frontend.
I'm trying to modify the program, but I can't figure out how data is passed
between the different .cgi files. I've added an extra inputfield
"testfield" to the f-form, and it appears just as expected when I load
Buzilla's startpage index.cgi.
Snippet from index.html.tmpl (including what I added) :
<form name="f" action="show_bug.cgi" method="get"
onsubmit="QuickSearch(f.id.value); return false;">
<p>
Enter a bug # or some search terms:<br>
<input type="text" name="id">
<br>
<input type="text" name="testfield">
<input type="submit" value="Show">
</p>
</form>
The problem is that the value of "testfield" is never added to the URL on
submit - it only contains the value of "id":
"http://domain/bugzilla-2.16.5/show_bug.cgi?id=1".
Any ideas on how to get the testfield-value all the way to show_bug.cgi?
Thanx,
Anders
------------------------------
Date: Mon, 05 Apr 2004 15:47:19 +0200
From: Anders Christensen <anders_postkasseKEINEJUNK@hotmail.com>
Subject: Re: Bugzilla
Message-Id: <c4rnu7$1gn7$1@news.cybercity.dk>
I found out my self... I'm a bit embarressed, it was the java-function
QuickSearch that generated the URL. I just had to edit this function...
./Anders.
news.cybercity.dk wrote:
> Does anyone in here have experience with Bugzilla? It has a web-frontend.
------------------------------
Date: Mon, 5 Apr 2004 16:06:32 +0200
From: "PHP2" <gp@nospm.hr>
Subject: Re: Can PERL code check is email of sender is valid?
Message-Id: <c4rp3e$1p9$1@ls219.htnet.hr>
thanks people.. I feel technology reality now.. I'll send new ticket with
another question that can maybe resolve my problem on anothar way..
"Sandman" <mr@sandman.net> wrote in message
news:mr-CA37B2.14123705042004@news.fu-berlin.de...
> In article <c4reqj$c93$1@ls219.htnet.hr>, "PHP2" <gp@nospm.hr> wrote:
>
> > Hello,
> >
> > Can PERL code check is email of sender is valid?
> >
> > If someone send email from example: wrongemail@hotmail.com PERL code
must
> > check: can wrongemail@hotmail.com receive email (without sending test
> > email).. if wrongemail@hotmail.com can receive email code inform me
about
> > that..
> >
> > I need any possible ideas.. :-))
>
> perldoc perlfaq9
>
> How do I check a valid mail address?
>
> You can't, at least, not in real time. Bummer, eh?
>
> Without sending mail to the address and seeing whether
> there's a human on the other hand to answer you, you can-
> not determine whether a mail address is valid. Even if
> you apply the mail header standard, you can have problems,
> because there are deliverable addresses that aren't
> RFC-822 (the mail header standard) compliant, and
> addresses that aren't deliverable which are compliant.
>
> --
> Sandman[.net]
------------------------------
Date: Mon, 05 Apr 2004 15:11:06 +0200
From: Michele Dondi <bik.mido@tiscalinet.it>
Subject: Re: CGI::Carp and "useless quotes"
Message-Id: <jhm270dle0j96uobojc9g1fcpqqf1qkn62@4ax.com>
On Mon, 05 Apr 2004 02:46:15 +0200, Gunnar Hjalmarsson
<noreply@gunnar.cc> wrote:
>now. Btw, I have made several posts to this group using "... or die
>$!", and nobody has objected. ;-)
Also, when posting to this group one often wants to show minimal
examples and just at the same time avoid unchecked open()s, for which
purpose pseudo code like 'or die horribly' is sometimes used too, but
then 'die $!' not only is perfectly fine, but also correctly working.
As a side note I tend to use the "\n"-die()s, which raised some
reactions in the past, however IMHO they are *generally* much more
clear/useful to the "end user" whereas the "other form" is mostly
useful at development stages...
Michele
--
you'll see that it shouldn't be so. AND, the writting as usuall is
fantastic incompetent. To illustrate, i quote:
- Xah Lee trolling on clpmisc,
"perl bug File::Basename and Perl's nature"
------------------------------
Date: 05 Apr 2004 06:57:29 -0700
From: merlyn@stonehenge.com (Randal L. Schwartz)
Subject: Re: custom perl interpreter?
Message-Id: <86isge8r3q.fsf@blue.stonehenge.com>
*** post for FREE via your newsreader at post.newsfeed.com ***
>>>>> "Peter" == Peter Hickman <peter@semantico.com> writes:
Peter> I think that the best you will get is
Peter> #!/usr/bin/perl /opt/local/bin/script.pl -f
Peter> and the rest of the file is the contents of specfile. At least thats
Peter> the way I got it to work for me.
But that doesn't work everywhere #! works.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
-----= Posted via Newsfeed.Com, Uncensored Usenet News =-----
http://www.newsfeed.com - The #1 Newsgroup Service in the World!
-----== 100,000 Groups! - 19 Servers! - Unlimited Download! =-----
------------------------------
Date: Mon, 05 Apr 2004 15:52:37 +0100
From: Peter Hickman <peter@semantico.com>
Subject: Re: custom perl interpreter?
Message-Id: <407172b7$0$23671$afc38c87@news.easynet.co.uk>
Randal L. Schwartz wrote:
> But that doesn't work everywhere #! works.
This is true, but sometimes getting something to work at all is important.
------------------------------
Date: Mon, 05 Apr 2004 15:11:04 +0200
From: Michele Dondi <bik.mido@tiscalinet.it>
Subject: Re: free source for bbs
Message-Id: <m4k2705pg2cgnt99617a0i1eelu7lma634@4ax.com>
On Sun, 4 Apr 2004 22:07:41 -0400, "Matt Garrish"
<matthew.garrish@sympatico.ca> wrote:
>> but *in any case* if he turns out to be willing to improve his
>> programming/perl skills, then why should he be advised to avoid doing
>> so a priori?!?
>
>Have you really been paying attention to his posts? Nothing has sunk in in
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>the entire time, and I can understand why Uri has given up on him. He has
>exhibited no knowledge of basic programming skills.
I think so... well, maybe not really to *all* of his posts, but for
sure I noticed the following ones:
On Sat, 3 Apr 2004 19:04:24 -0800, "Robin"
<webmaster@infusedlight.net> wrote:
>message board system. In any event, I have a feeling that it might be really
>exploited soon now that I have a feature to mail posts to you, hopefully
>that doesn't happen. I also have a feeling that to get a secure script
>written I'll have to start over from scratch.
On Sat, 3 Apr 2004 19:49:28 -0800, "Robin"
<webmaster@infusedlight.net> wrote:
>Ok, I'll take ya'll's advice, I took down the whole bbs, it got hacked too
>much. Later,
OTOH
On Sun, 4 Apr 2004 10:29:53 -0500, Tad McClellan
<tadmc@augustmail.com> wrote:
>> I know you're gonna say I
>> should abandon programming, but why?
>
>There is no need to abandon programming.
Which is IMHO much a more sensible cmt...
Michele
--
you'll see that it shouldn't be so. AND, the writting as usuall is
fantastic incompetent. To illustrate, i quote:
- Xah Lee trolling on clpmisc,
"perl bug File::Basename and Perl's nature"
------------------------------
Date: Mon, 5 Apr 2004 16:10:17 +0200
From: "PHP2" <gp@nospm.hr>
Subject: How read email headers?
Message-Id: <c4rpag$1v4$1@ls219.htnet.hr>
I wish read email headers... how do it with Perl?
I wish send email from server to someemail@xxx.com
and if someemail@xxx.com is invalid after some time I'll receive
'nodelivery' message... how I can read 'nodelivery' email header?
GP
------------------------------
Date: Mon, 5 Apr 2004 16:52:58 +0200
From: "retoh :\)" <rhersiczky@cuthere-hotmail.com>
Subject: HTTP Header with mod_perl??
Message-Id: <407172c9$0$703$5402220f@news.sunrise.ch>
Howto send HTTP Header lines with mod_perl?
I want to bypass the default HTTP header and send additional HTTP keys to
the browser.
A simple $r->print( ... ) **before** $r->content_type( ... ) had the effect
the data
was printed to the browser window instead to the HTTP header.
Had no chance to use $r->header_out( ... ) so far:
Can't locate object method "header_out" via package "Apache::RequestRec"
Any complete (functional) code samples appreciated!
--retoh :)
------------------------------
Date: 05 Apr 2004 14:07:29 GMT
From: Villy Kruse <vek@station02.ohout.pharmapartners.nl>
Subject: Re: Lost data on socket - Can we start over politely?
Message-Id: <slrnc72q10.6ni.vek@station02.ohout.pharmapartners.nl>
On 2 Apr 2004 21:58:21 -0500,
Vorxion <vorxion@knockingshopofthemind.com> wrote:
>
> Actually, going back to web servers, assuming you use a forked model,
> they're still all sitting on the same port--how does it decide which socket
> it will attempt to connect to? Or is there something in the lower layer
> functionality that forces it to either aggregate the pool or forces a roll
> to the first open spot in the pool?
>
Apache uses a some kind of locking so one and only one of the servers
are listining on a socket. As soon as a socket is connected the lock
is released and another of the servers will be granted the lock and will
listen for the next connection. Doing it this way avoids the thundering
herd problem you would otherwise get when all the servers see a connection
come in and all try to accept it. For a connected socket both the source
IP and port and the destination IP and port identifies the socket and
thus the server process which handles this connection.
Villy
------------------------------
Date: 5 Apr 2004 07:59:24 -0700
From: akaliel@streamflo.com (akaliel)
Subject: Re: Perl and Internet Explorer
Message-Id: <7123bc57.0404050659.66bf3cd2@posting.google.com>
"Matt Garrish" <matthew.garrish@sympatico.ca> wrote in message news:<9Elbc.21720$j57.1219296@news20.bellglobal.com>...
> "akaliel" <akaliel@streamflo.com> wrote in message
> news:7123bc57.0404020925.2f5f99ab@posting.google.com...
> > Hi everyone, I'm having a problem with cgi perl scripts. We have a
> > perl based Intranet that contains mostly pdf documents. When a user
> > wants to view a file they simply click on a link and a perl script
> > figures out which file they want to view and streams it to their
> > browser.
>
> Any reason why you need to "stream" the files to the browser instead of
> simply redirecting to the resource? Or is it just a case of that's the way
> the script works?
>
> Matt
They have to stream because that's the way the script has to work. I
can't redirect to the resource. Not unless I can convince my boss
that it's absolutely necessary, which, if you know the guy will
realize why that isn't likely to happen. The main reason he wanted
streaming n the first place is because he was paranoid about people
knowing the the directory structure of where files are stored on the
webserver.
------------------------------
Date: Mon, 05 Apr 2004 14:41:32 -0000
From: Greg Bacon <gbacon@hiwaay.net>
Subject: Statistics for comp.lang.perl.misc
Message-Id: <1072s0sj96if605@corp.supernews.com>
Following is a summary of articles spanning a 7 day period,
beginning at 29 Mar 2004 14:41:08 GMT and ending at
05 Apr 2004 14:14:45 GMT.
Notes
=====
- A line in the body of a post is considered to be original if it
does *not* match the regular expression /^\s{0,3}(?:>|:|\S+>|\+\+)/.
- All text after the last cut line (/^-- $/) in the body is
considered to be the author's signature.
- The scanner prefers the Reply-To: header over the From: header
in determining the "real" email address and name.
- Original Content Rating (OCR) is the ratio of the original content
volume to the total body volume.
- Find the News-Scan distribution on the CPAN!
<URL:http://www.perl.com/CPAN/modules/by-module/News/>
- Please send all comments to Greg Bacon <gbacon@cs.uah.edu>.
- Copyright (c) 2004 Greg Bacon.
Verbatim copying and redistribution is permitted without royalty;
alteration is not permitted. Redistribution and/or use for any
commercial purpose is prohibited.
Excluded Posters
================
perlfaq-suggestions\@(?:.*\.)?perl\.com
faq\@(?:.*\.)?denver\.pm\.org
comdog\@panix\.com
Totals
======
Posters: 196
Articles: 646 (256 with cutlined signatures)
Threads: 140
Volume generated: 1342.1 kb
- headers: 585.9 kb (10,855 lines)
- bodies: 724.4 kb (23,846 lines)
- original: 426.4 kb (15,118 lines)
- signatures: 31.1 kb (763 lines)
Original Content Rating: 0.589
Averages
========
Posts per poster: 3.3
median: 2.0 posts
mode: 1 post - 94 posters
s: 10.0 posts
Posts per thread: 4.6
median: 3.0 posts
mode: 1 post - 28 threads
s: 6.1 posts
Message size: 2127.4 bytes
- header: 928.8 bytes (16.8 lines)
- body: 1148.3 bytes (36.9 lines)
- original: 675.9 bytes (23.4 lines)
- signature: 49.3 bytes (1.2 lines)
Top 20 Posters by Number of Posts
=================================
(kb) (kb) (kb) (kb)
Posts Volume ( hdr/ body/ orig) Address
----- -------------------------- -------
32 50.5 ( 30.3/ 18.1/ 9.5) Gunnar Hjalmarsson <noreply@gunnar.cc>
28 95.2 ( 33.3/ 58.3/ 48.3) tadmc@augustmail.com
28 52.5 ( 21.1/ 31.3/ 12.2) Paul Lalli <ittyspam@yahoo.com>
23 47.5 ( 17.6/ 29.9/ 10.5) Anno Siegel <anno4000@lublin.zrz.tu-berlin.de>
22 51.6 ( 23.6/ 27.9/ 15.6) Geoff Cox <geoffacox@dontspamblueyonder.co.uk>
20 61.2 ( 19.0/ 37.7/ 21.8) tassilo.parseval@post.rwth-aachen.de
17 33.5 ( 15.7/ 13.9/ 6.9) Uri Guttman <uri@stemsystems.com>
17 32.4 ( 17.7/ 12.3/ 5.7) John Bokma <postmaster@castleamber.com>
16 23.6 ( 15.4/ 8.2/ 4.3) Joe Smith <Joe.Smith@inwap.com>
12 21.1 ( 10.6/ 8.5/ 5.4) Tore Aursand <tore@aursand.no>
11 21.6 ( 10.2/ 10.6/ 5.3) Brian McCauley <nobull@mail.com>
10 42.8 ( 8.0/ 34.4/ 26.5) vorxion@knockingshopofthemind.com
10 16.6 ( 8.4/ 8.2/ 4.5) Uri Guttman <uri.guttman@fmr.com>
10 14.4 ( 8.7/ 5.6/ 4.0) "Robin" <webmaster@infusedlight.net>
9 20.5 ( 8.1/ 12.2/ 6.1) Brad Baxter <bmb@ginger.libs.uga.edu>
7 15.6 ( 6.4/ 9.1/ 4.5) "Bernard El-Hagin" <bernard.el-haginDODGE_THIS@lido-tech.net>
7 8.1 ( 5.6/ 2.5/ 1.2) "PHP2" <gp@nospm.hr>
7 14.3 ( 8.5/ 5.1/ 3.9) Sherm Pendley <spamtrap@dot-app.org>
6 10.7 ( 6.0/ 4.7/ 3.2) "Matt Garrish" <matthew.garrish@sympatico.ca>
6 13.1 ( 5.0/ 8.2/ 3.9) ko <kuujinbo@hotmail.com>
These posters accounted for 46.1% of all articles.
Top 20 Posters by Number of Followups
=====================================
(kb) (kb) (kb) (kb)
Followups Volume ( hdr/ body/ orig) Address
--------- -------------------------- -------
31 50.5 ( 30.3/ 18.1/ 9.5) Gunnar Hjalmarsson <noreply@gunnar.cc>
28 52.5 ( 21.1/ 31.3/ 12.2) Paul Lalli <ittyspam@yahoo.com>
26 95.2 ( 33.3/ 58.3/ 48.3) tadmc@augustmail.com
23 47.5 ( 17.6/ 29.9/ 10.5) Anno Siegel <anno4000@lublin.zrz.tu-berlin.de>
20 61.2 ( 19.0/ 37.7/ 21.8) tassilo.parseval@post.rwth-aachen.de
20 51.6 ( 23.6/ 27.9/ 15.6) Geoff Cox <geoffacox@dontspamblueyonder.co.uk>
17 33.5 ( 15.7/ 13.9/ 6.9) Uri Guttman <uri@stemsystems.com>
17 32.4 ( 17.7/ 12.3/ 5.7) John Bokma <postmaster@castleamber.com>
16 23.6 ( 15.4/ 8.2/ 4.3) Joe Smith <Joe.Smith@inwap.com>
12 21.1 ( 10.6/ 8.5/ 5.4) Tore Aursand <tore@aursand.no>
11 21.6 ( 10.2/ 10.6/ 5.3) Brian McCauley <nobull@mail.com>
10 16.6 ( 8.4/ 8.2/ 4.5) Uri Guttman <uri.guttman@fmr.com>
9 42.8 ( 8.0/ 34.4/ 26.5) vorxion@knockingshopofthemind.com
8 20.5 ( 8.1/ 12.2/ 6.1) Brad Baxter <bmb@ginger.libs.uga.edu>
8 14.4 ( 8.7/ 5.6/ 4.0) "Robin" <webmaster@infusedlight.net>
7 15.6 ( 6.4/ 9.1/ 4.5) "Bernard El-Hagin" <bernard.el-haginDODGE_THIS@lido-tech.net>
7 14.3 ( 8.5/ 5.1/ 3.9) Sherm Pendley <spamtrap@dot-app.org>
6 10.7 ( 6.0/ 4.7/ 3.2) "Matt Garrish" <matthew.garrish@sympatico.ca>
6 6.9 ( 5.2/ 1.7/ 0.7) "Jürgen Exner" <jurgenex@hotmail.com>
6 15.0 ( 6.9/ 7.6/ 4.7) "A. Sinan Unur" <1usa@llenroc.ude>
These posters accounted for 52.8% of all followups.
Top 20 Posters by Volume
========================
(kb) (kb) (kb) (kb)
Volume ( hdr/ body/ orig) Posts Address
-------------------------- ----- -------
95.2 ( 33.3/ 58.3/ 48.3) 28 tadmc@augustmail.com
61.2 ( 19.0/ 37.7/ 21.8) 20 tassilo.parseval@post.rwth-aachen.de
52.5 ( 21.1/ 31.3/ 12.2) 28 Paul Lalli <ittyspam@yahoo.com>
51.6 ( 23.6/ 27.9/ 15.6) 22 Geoff Cox <geoffacox@dontspamblueyonder.co.uk>
50.5 ( 30.3/ 18.1/ 9.5) 32 Gunnar Hjalmarsson <noreply@gunnar.cc>
47.5 ( 17.6/ 29.9/ 10.5) 23 Anno Siegel <anno4000@lublin.zrz.tu-berlin.de>
42.8 ( 8.0/ 34.4/ 26.5) 10 vorxion@knockingshopofthemind.com
33.5 ( 15.7/ 13.9/ 6.9) 17 Uri Guttman <uri@stemsystems.com>
32.4 ( 17.7/ 12.3/ 5.7) 17 John Bokma <postmaster@castleamber.com>
23.6 ( 15.4/ 8.2/ 4.3) 16 Joe Smith <Joe.Smith@inwap.com>
21.6 ( 10.2/ 10.6/ 5.3) 11 Brian McCauley <nobull@mail.com>
21.4 ( 4.1/ 15.8/ 6.0) 5 Thomas Kratz <ThomasKratz@REMOVEwebCAPS.de>
21.1 ( 10.6/ 8.5/ 5.4) 12 Tore Aursand <tore@aursand.no>
20.5 ( 8.1/ 12.2/ 6.1) 9 Brad Baxter <bmb@ginger.libs.uga.edu>
17.9 ( 4.9/ 13.0/ 7.0) 4 Joe <mail@annuna.com>
16.6 ( 8.4/ 8.2/ 4.5) 10 Uri Guttman <uri.guttman@fmr.com>
15.7 ( 0.5/ 15.2/ 15.2) 1 Greg Bacon <gbacon@hiwaay.net>
15.6 ( 6.4/ 9.1/ 4.5) 7 "Bernard El-Hagin" <bernard.el-haginDODGE_THIS@lido-tech.net>
15.0 ( 6.9/ 7.6/ 4.7) 6 "A. Sinan Unur" <1usa@llenroc.ude>
14.4 ( 8.7/ 5.6/ 4.0) 10 "Robin" <webmaster@infusedlight.net>
These posters accounted for 50.0% of the total volume.
Top 14 Posters by Volume of Original Content (min. ten posts)
=============================================================
(kb)
Posts orig Address
----- ----- -------
28 48.3 tadmc@augustmail.com
10 26.5 vorxion@knockingshopofthemind.com
20 21.8 tassilo.parseval@post.rwth-aachen.de
22 15.6 Geoff Cox <geoffacox@dontspamblueyonder.co.uk>
28 12.2 Paul Lalli <ittyspam@yahoo.com>
23 10.5 Anno Siegel <anno4000@lublin.zrz.tu-berlin.de>
32 9.5 Gunnar Hjalmarsson <noreply@gunnar.cc>
17 6.9 Uri Guttman <uri@stemsystems.com>
17 5.7 John Bokma <postmaster@castleamber.com>
12 5.4 Tore Aursand <tore@aursand.no>
11 5.3 Brian McCauley <nobull@mail.com>
10 4.5 Uri Guttman <uri.guttman@fmr.com>
16 4.3 Joe Smith <Joe.Smith@inwap.com>
10 4.0 "Robin" <webmaster@infusedlight.net>
These posters accounted for 42.4% of the original volume.
Top 14 Posters by OCR (minimum of ten posts)
============================================
(kb) (kb)
OCR orig / body Posts Address
----- -------------- ----- -------
0.828 ( 48.3 / 58.3) 28 tadmc@augustmail.com
0.771 ( 26.5 / 34.4) 10 vorxion@knockingshopofthemind.com
0.715 ( 4.0 / 5.6) 10 "Robin" <webmaster@infusedlight.net>
0.639 ( 5.4 / 8.5) 12 Tore Aursand <tore@aursand.no>
0.579 ( 21.8 / 37.7) 20 tassilo.parseval@post.rwth-aachen.de
0.560 ( 15.6 / 27.9) 22 Geoff Cox <geoffacox@dontspamblueyonder.co.uk>
0.555 ( 4.5 / 8.2) 10 Uri Guttman <uri.guttman@fmr.com>
0.525 ( 9.5 / 18.1) 32 Gunnar Hjalmarsson <noreply@gunnar.cc>
0.520 ( 4.3 / 8.2) 16 Joe Smith <Joe.Smith@inwap.com>
0.501 ( 5.3 / 10.6) 11 Brian McCauley <nobull@mail.com>
0.497 ( 6.9 / 13.9) 17 Uri Guttman <uri@stemsystems.com>
0.467 ( 5.7 / 12.3) 17 John Bokma <postmaster@castleamber.com>
0.391 ( 12.2 / 31.3) 28 Paul Lalli <ittyspam@yahoo.com>
0.351 ( 10.5 / 29.9) 23 Anno Siegel <anno4000@lublin.zrz.tu-berlin.de>
Bottom 14 Posters by OCR (minimum of ten posts)
===============================================
(kb) (kb)
OCR orig / body Posts Address
----- -------------- ----- -------
0.828 ( 48.3 / 58.3) 28 tadmc@augustmail.com
0.771 ( 26.5 / 34.4) 10 vorxion@knockingshopofthemind.com
0.715 ( 4.0 / 5.6) 10 "Robin" <webmaster@infusedlight.net>
0.639 ( 5.4 / 8.5) 12 Tore Aursand <tore@aursand.no>
0.579 ( 21.8 / 37.7) 20 tassilo.parseval@post.rwth-aachen.de
0.560 ( 15.6 / 27.9) 22 Geoff Cox <geoffacox@dontspamblueyonder.co.uk>
0.555 ( 4.5 / 8.2) 10 Uri Guttman <uri.guttman@fmr.com>
0.525 ( 9.5 / 18.1) 32 Gunnar Hjalmarsson <noreply@gunnar.cc>
0.520 ( 4.3 / 8.2) 16 Joe Smith <Joe.Smith@inwap.com>
0.501 ( 5.3 / 10.6) 11 Brian McCauley <nobull@mail.com>
0.497 ( 6.9 / 13.9) 17 Uri Guttman <uri@stemsystems.com>
0.467 ( 5.7 / 12.3) 17 John Bokma <postmaster@castleamber.com>
0.391 ( 12.2 / 31.3) 28 Paul Lalli <ittyspam@yahoo.com>
0.351 ( 10.5 / 29.9) 23 Anno Siegel <anno4000@lublin.zrz.tu-berlin.de>
14 posters (7%) had at least ten posts.
Top 20 Threads by Number of Posts
=================================
Posts Subject
----- -------
44 free source for bbs
24 multiple lines / success or failure?!
21 real, simple sample OOP intro text??!!
19 Lost data on socket - Can we start over politely?
15 Syntax error
13 uninitialized value in concatenation ...
12 Tough (for me) regex case
12 how to capture multiple lines?
11 trapping errors
10 [NEWBIE] newline question
10 split string to chars
10 Search and replace a string in files
10 Sad experience with redirecting to /dev/null
8 "which perl": Different for root and users
8 Choosing Perl/Python for my particular niche
8 test
8 CGI::Carp and "useless quotes"
8 best free Perl editor for Windows?
8 Very new to perl
8 Variable substitution in variable name
These threads accounted for 41.3% of all articles.
Top 20 Threads by Volume
========================
(kb) (kb) (kb) (kb)
Volume ( hdr/ body/ orig) Posts Subject
-------------------------- ----- -------
86.5 ( 41.4/ 41.9/ 26.9) 44 free source for bbs
77.7 ( 17.3/ 58.3/ 36.0) 19 Lost data on socket - Can we start over politely?
57.1 ( 22.6/ 32.2/ 19.2) 21 real, simple sample OOP intro text??!!
56.3 ( 23.9/ 30.8/ 17.7) 24 multiple lines / success or failure?!
34.4 ( 2.0/ 32.3/ 32.3) 2 Posting Guidelines for comp.lang.perl.misc ($Revision: 1.5 $)
33.4 ( 14.8/ 17.9/ 10.7) 12 how to capture multiple lines?
31.3 ( 13.3/ 17.6/ 10.4) 15 Syntax error
25.2 ( 7.1/ 18.0/ 9.5) 7 Why dosn't this work?
24.1 ( 11.5/ 12.0/ 5.5) 13 uninitialized value in concatenation ...
22.9 ( 11.0/ 11.3/ 5.5) 11 trapping errors
20.9 ( 9.5/ 11.3/ 3.7) 10 split string to chars
20.1 ( 10.7/ 9.3/ 5.1) 12 Tough (for me) regex case
19.6 ( 8.7/ 10.6/ 5.0) 10 Search and replace a string in files
18.8 ( 5.3/ 13.4/ 5.9) 5 LWP cookies
17.9 ( 9.4/ 8.4/ 3.3) 10 Sad experience with redirecting to /dev/null
17.9 ( 6.7/ 10.6/ 5.7) 8 Choosing Perl/Python for my particular niche
17.3 ( 9.5/ 7.3/ 4.4) 10 [NEWBIE] newline question
16.8 ( 7.0/ 9.5/ 4.4) 8 Very new to perl
15.7 ( 0.5/ 15.2/ 15.2) 1 Statistics for comp.lang.perl.misc
15.6 ( 6.6/ 8.7/ 3.9) 8 Variable substitution in variable name
These threads accounted for 46.9% of the total volume.
Top 13 Threads by OCR (minimum of ten posts)
============================================
(kb) (kb)
OCR orig / body Posts Subject
----- -------------- ----- -------
0.642 ( 26.9/ 41.9) 44 free source for bbs
0.617 ( 36.0/ 58.3) 19 Lost data on socket - Can we start over politely?
0.601 ( 4.4/ 7.3) 10 [NEWBIE] newline question
0.598 ( 10.7/ 17.9) 12 how to capture multiple lines?
0.596 ( 19.2/ 32.2) 21 real, simple sample OOP intro text??!!
0.592 ( 10.4/ 17.6) 15 Syntax error
0.575 ( 17.7/ 30.8) 24 multiple lines / success or failure?!
0.548 ( 5.1/ 9.3) 12 Tough (for me) regex case
0.487 ( 5.5/ 11.3) 11 trapping errors
0.471 ( 5.0/ 10.6) 10 Search and replace a string in files
0.458 ( 5.5/ 12.0) 13 uninitialized value in concatenation ...
0.391 ( 3.3/ 8.4) 10 Sad experience with redirecting to /dev/null
0.324 ( 3.7/ 11.3) 10 split string to chars
Bottom 13 Threads by OCR (minimum of ten posts)
===============================================
(kb) (kb)
OCR orig / body Posts Subject
----- -------------- ----- -------
0.642 ( 26.9 / 41.9) 44 free source for bbs
0.617 ( 36.0 / 58.3) 19 Lost data on socket - Can we start over politely?
0.601 ( 4.4 / 7.3) 10 [NEWBIE] newline question
0.598 ( 10.7 / 17.9) 12 how to capture multiple lines?
0.596 ( 19.2 / 32.2) 21 real, simple sample OOP intro text??!!
0.592 ( 10.4 / 17.6) 15 Syntax error
0.575 ( 17.7 / 30.8) 24 multiple lines / success or failure?!
0.548 ( 5.1 / 9.3) 12 Tough (for me) regex case
0.487 ( 5.5 / 11.3) 11 trapping errors
0.471 ( 5.0 / 10.6) 10 Search and replace a string in files
0.458 ( 5.5 / 12.0) 13 uninitialized value in concatenation ...
0.391 ( 3.3 / 8.4) 10 Sad experience with redirecting to /dev/null
0.324 ( 3.7 / 11.3) 10 split string to chars
13 threads (9%) had at least ten posts.
Top 14 Targets for Crossposts
=============================
Articles Newsgroup
-------- ---------
17 comp.lang.perl.modules
11 comp.lang.python
10 microsoft.public.dotnet.framework
7 alt.perl
5 microsoft.public.powerpoint
4 comp.unix.shell
4 comp.lang.perl
3 comp.databases.ibm-db2
2 comp.text.pdf
1 www.authoring.cgi
1 comp.lang.php
1 news.answers
1 comp.answers
1 microsoft.public.scripting.vbscript
Top 20 Crossposters
===================
Articles Address
-------- -------
5 Fred Ma <fma@doe.carleton.ca>
4 Rob Perkins <rob_perkins@hotmail.com>
3 Anno Siegel <anno4000@lublin.zrz.tu-berlin.de>
3 John Bokma <postmaster@castleamber.com>
3 claird@phaseit.net
3 Dan Pelton <dnp@ams.org>
3 Joe Smith <Joe.Smith@inwap.com>
2 <jari.aalto@poboxes.com> (Jari Aalto+mail.perl)
2 "Matt Garrish" <matthew.garrish@sympatico.ca>
2 Bryan <bryan@akanta.com>
2 "gnari" <gnari@simnet.is>
2 Bill <wherrera@lynxview.com>
2 "mortb" <moggadah@hotmail.com>
2 Brad Baxter <bmb@ginger.libs.uga.edu>
2 Aqua <junk@dlink.org>
2 akaliel <akaliel@streamflo.com>
2 joe@invalid.address
2 ko <kuujinbo@hotmail.com>
2 Gunnar Hjalmarsson <noreply@gunnar.cc>
2 Sherm Pendley <spamtrap@dot-app.org>
------------------------------
Date: Mon, 5 Apr 2004 08:03:33 -0500
From: Tad McClellan <tadmc@augustmail.com>
Subject: Re: Unknown function
Message-Id: <slrnc72m95.ooq.tadmc@magna.augustmail.com>
Martin L. <mjpliv@eastlink.ca> wrote:
> I a trying to debug a free script
It is very likely worth less than what you paid for it...
> There is one function #### @files = ('logs/*.log'); ##### I am not
> familiar with and a look through PERLFUNC did not turn up anything.
It is a "list assignment".
A list on the left (stored in an array), and a list on the right
(a short list, only one element long).
A list assignment puts the 1st thing on the right into the 1st
thing on the left, the 2nd on the right into the 2nd on the left, etc.
> Here is the context It is found in
> @files = ('logs/*.log');
It has the same effect as this:
@files = (); # ensure everything else gets stomped on
$files[0] = 'logs/*.log';
> &get_files;
> &CalculateStats }
> I understand the
> "*.logs" portion is a wild card for all files with the "log" extension
At this point it is nothing more than a string with an asterisk in it.
The asterisk will only be interpreted as a wildcard if the string
is eventually used with glob().
Does get_files() or CalculateStats() access @files and feed it to a glob?
Communicating via globabl variables, and calling subroutines like that
are a pretty clear indication that you are working with some
very poor code...
--
Tad McClellan SGML consulting
tadmc@augustmail.com Perl programming
Fort Worth, Texas
------------------------------
Date: Mon, 05 Apr 2004 14:14:45 GMT
From: "Jürgen Exner" <jurgenex@hotmail.com>
Subject: Re: Unknown function
Message-Id: <pRdcc.15387$s34.10142@nwrddc01.gnilink.net>
Martin L. wrote:
> I a trying to debug a free script that allows me to place counters on
> pages throught my domain.
Just on a side note: Your aware of "perldoc -q increment", aren't you?
jue
------------------------------
Date: Mon, 05 Apr 2004 14:57:34 GMT
From: "Martin L." <mjpliv@eastlink.ca>
Subject: Re: Unknown function
Message-Id: <ytecc.15884$kc2.323215@nnrp1.uunet.ca>
No, I am not aware of it, but if it makes this any easier to
understand, I sure would like to be!
:-)
J|rgen Exner wrote:
> Martin L. wrote:
> > I a trying to debug a free script that allows me to place counters
> > on pages throught my domain.
>
> Just on a side note: Your aware of "perldoc -q increment", aren't you?
>
> jue
------------------------------
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 6365
***************************************