[13018] in Perl-Users-Digest

home help back first fref pref prev next nref lref last post

Perl-Users Digest, Issue: 428 Volume: 9

daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Mon Aug 9 11:17:30 1999

Date: Mon, 9 Aug 1999 08:05:11 -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, 9 Aug 1999     Volume: 9 Number: 428

Today's topics:
        1999 FORML Conference Call for Papers <drsavage@montrose.net>
    Re: Berkey DB ,PERL NT,java <randy@theoryx5.uwinnipeg.ca>
    Re: Chopping up a HUGE file (Bart Lateur)
        diff in perl? <tom.kralidis@ccrs.nrcanDOTgc.ca>
    Re: diff in perl? (Andreas Fehr)
    Re: diff in perl? (Andreas Fehr)
    Re: Effective Perl Programming? (Abigail)
        FAQ 1.3: Which version of Perl should I use? (Bill Moseley)
    Re: HELP!!! DBI problems. <randy@theoryx5.uwinnipeg.ca>
        How to embed Perl in Html code <itxyw@hermes.nottingham.ac.uk>
        how to set, update and delete cookies by perl cgi? <moliu@mail.com>
    Re: how to set, update and delete cookies by perl cgi? <cornelp@webdevelopmentgroup.net>
    Re: how to set, update and delete cookies by perl cgi? (Bill Moseley)
    Re: I guess this is a Misc question: Cgi-bin <newsgroup@bigwig.net>
    Re: JavaScript or Perl? (Dan Wilga)
    Re: Looking for Poll Script that (Anno Siegel)
    Re: low memory (Steve Linberg)
    Re: Need help with Perl expression and replace (Bart Lateur)
    Re: Need help with Perl expression and replace <georg.weissenbacher@altavista.net>
        New posters to comp.lang.perl.misc <gbacon@cs.uah.edu>
        Digest Administrivia (Last modified: 1 Jul 99) (Perl-Users-Digest Admin)

----------------------------------------------------------------------

Date: 9 Aug 1999 14:44:30 GMT
From: "Rich Wagner" <drsavage@montrose.net>
Subject: 1999 FORML Conference Call for Papers
Message-Id: <01bee276$4fd61100$f1c385cc@bernoulli>

Hello everyone:

My name is Rich Wagner.  I have been appointed by the Forth Interest Group
as the director and chairman of your 1999 FORML Conference.  The conference
is a little less than four months away, and so we are busy working out the
details and trying to make this the best FORML Conference ever.  I have
attached a text version of our call for papers.  For an easier to read
version, please see our website at 
http://www.forth.org/misc/forml21_call.html (or go to the FIG website,
http://www.forth.org and follow the "conferences" link) and be sure to
check there regularly for updates on prices, attendees, papers, sponsors,
and details on the sessions.  This year's theme, Forth and the Internet, is
sure to produce some exciting and useful papers, so be sure to attend!

Rich

=====================================================

			21st FORML Conference
				on
			Forth and the Internet

			November 19-21, 1999 
			Asilomar Conference Center 
			Pacific Grove, California 

		=============================


			Call for Papers 


FORML welcomes papers regarding Forth and it's use in Internet- or
network-related programming--topics such as: 

- Forth-based TCP/IP protocol stacks
- Techniques providing access to operating system-supplied TCP/IP stacks
	and their socket API from within existing Forth systems
- Modifications to the Forth kernel which support and improve network
	programming
- Development of network client and server applications in Forth
- Network-based solutions for real-world problems
- Networking with embedded systems
- Forth as a learning and rapid prototyping tool for network programming 

Of course, papers dealing with the use of Forth over any network are also
welcome, as are papers dealing with Forth topics that don't adhere to the
conference theme. 

We also strongly encourage and welcome submissions from outside of the
United States. 

Please submit the title and abstract of your paper to abstracts@forth.org
by August 31, 1999. 

		=================================

FORML is the annual conference of the Forth Interest Group, and is devoted
to in-depth technical discussions on Forth and its applications. The
conference originated as the primary forum for proposing (and challenging)
modifications to the Forth language -- hence the source of its acronym:
FORth Modification Laboratory. It continues as the leading Forth technical
conference, and is attended by both expert and intermediate Forth users and
developers. 

Registration will be on a first-come, first-served basis, with special
discounts for early registration. Space is always limited at the this
beautiful Pacific Coast Conference Center, so be sure to register early! 

		=================================

If you have questions or comments regarding the conference or submission of
your paper, contact the Forth Interest Group: 

Email: office@forth.org 
Phone: (831) 373-6784 
Fax: (831) 373-2845. 

Or contact the conference director: 

Email: director@forth.org 

Also, be sure to watch this website for more information as the conference
approaches! 

		=================================




------------------------------

Date: 9 Aug 1999 13:05:13 GMT
From: Randy Kobes <randy@theoryx5.uwinnipeg.ca>
Subject: Re: Berkey DB ,PERL NT,java
Message-Id: <7omjm9$rh9$1@canopus.cc.umanitoba.ca>

In comp.lang.perl.misc, Joonas Timo Taavetti Kekoni <jkekoni@cc.hut.fi> wrote:
> Is it possible to build berkey db for perl NT?( berkley db does have
> an NT port).

Hi,
   Both the Berkeley DB library and the perl module DB_File build
fine on Win32 - if you're using ActiveState's perl, you can get
DB_File through the Perl Package Manager (ppm).

		best regards,
		Randy Kobes
-- 
Physics Department		Phone: 	   (204) 786-9399
University of Winnipeg		Fax: 	   (204) 774-4134
Winnipeg, Manitoba R3B 2E9	e-mail:	   randy@theoryx5.uwinnipeg.ca
Canada				http://theory.uwinnipeg.ca/


------------------------------

Date: Mon, 09 Aug 1999 13:40:25 GMT
From: bart.lateur@skynet.be (Bart Lateur)
Subject: Re: Chopping up a HUGE file
Message-Id: <37aed9ef.2714832@news.skynet.be>

Andy Chantrill wrote:

>I have a few HUGE files here that I use a script to parse ... my problem is
>however, that it is reading these files into arrays, which causes my
>computer to just run out of memory ...
>
>The solution to my problem could be to only read a megabyte (or so) into the
>array at one time, do its stuff, then read the next megabyte into memory,
>and do its stuff, and so on, and so on...

>How would I do this?

Why? I mean: if you're going to process the file in parts anyway, why
not go all the way, and simply process the file one line at a time?

	Bart.


------------------------------

Date: Mon, 09 Aug 1999 09:58:33 -0400
From: Tom Kralidis <tom.kralidis@ccrs.nrcanDOTgc.ca>
Subject: diff in perl?
Message-Id: <37AEDE89.DB72BE0C@ccrs.nrcanDOTgc.ca>

Hi,

What's the best way to do this in Perl?

diff file1 file2 > difference.txt

I have a script that creates two files on the fly, and I want to compare
them, and output the differences to file, similar to diff.

I can't seem to find docu on this, and would appreciate any ideas or
pointers to info.

Thanks for any advice.

 ..Tom
-- 

-----------------------------------------------------------------------------------------
Tom Kralidis                                  Geo-Spatial Technologist 
Canada Centre for Remote Sensing              Tel: (613) 947-1828
588 Booth Street , Room 241                   Fax: (613) 947-1408
Ottawa , Ontario K1A 0Y7                     http://www.ccrs.nrcan.gc.ca
-----------------------------------------------------------------------------------------


------------------------------

Date: Mon, 09 Aug 1999 14:25:39 GMT
From: backwards.saerdna@srm.hc (Andreas Fehr)
Subject: Re: diff in perl?
Message-Id: <37aee4ac.32677938@news.uniplus.ch>

On Mon, 09 Aug 1999 09:58:33 -0400, Tom Kralidis
<tom.kralidis@ccrs.nrcanDOTgc.ca> wrote:

>What's the best way to do this in Perl?
>
>diff file1 file2 > difference.txt
>
>I have a script that creates two files on the fly, and I want to compare
>them, and output the differences to file, similar to diff.
>
>I can't seem to find docu on this, and would appreciate any ideas or
>pointers to info.
>

perldoc -f system

Andreas


------------------------------

Date: Mon, 09 Aug 1999 14:49:20 GMT
From: backwards.saerdna@srm.hc (Andreas Fehr)
Subject: Re: diff in perl?
Message-Id: <37aeea44.34110167@news.uniplus.ch>

On Mon, 09 Aug 1999 09:58:33 -0400, Tom Kralidis
<tom.kralidis@ccrs.nrcanDOTgc.ca> wrote:

>
>diff file1 file2 > difference.txt
>
>I have a script that creates two files on the fly, and I want to compare
>them, and output the differences to file, similar to diff.
>
>I can't seem to find docu on this, and would appreciate any ideas or
>pointers to info.

And there is the module Algorithm::Diff on CPAN

Andreas


------------------------------

Date: 9 Aug 1999 08:24:50 -0500
From: abigail@delanet.com (Abigail)
Subject: Re: Effective Perl Programming?
Message-Id: <slrn7qtlkk.acl.abigail@alexandra.delanet.com>

hoz (hoz@rocketmail.com) wrote on MMCLXIX September MCMXCIII in
<URL:news:37aef9ee.424233826@news.netvision.net.il>:
"" What is the general consenus about this book?
"" Effective Perl Programming:  Writing Better Programs With Perl 
"" by Joseph N. Hall
"" Is it a must have like the camel? Will it dramatically improve my
"" skill/knowledge?

No book will dramatically improve your skill by the mere fact of buying it.

There's a critiques section on www.perl.com. I suggest you read it.
I'm sure there's an entry for EPP.



Abigail
-- 
$" = "/"; split $, => eval join "+" => 1 .. 7;
*{"@_"} = sub  {foreach (sort keys %_) {print "$_ $_{$_} "}};
%{"@_"} = %_ = (Just => another => Perl => Hacker); &{%{%_}};


  -----------== Posted via Newsfeeds.Com, Uncensored Usenet News ==----------
   http://www.newsfeeds.com       The Largest Usenet Servers in the World!
------== Over 73,000 Newsgroups - Including  Dedicated  Binaries Servers ==-----


------------------------------

Date: Mon, 9 Aug 1999 06:57:39 -0700
From: moseley@best.com (Bill Moseley)
Subject: FAQ 1.3: Which version of Perl should I use?
Message-Id: <MPG.12187e3055c4daec989695@nntp1.ba.best.com>

I'm working with a client running CGI scripts with:

This is perl, version 5.002


"FAQ 1.3: Which version of Perl should I use?" says in article:
http://language.perl.com/newdocs/pod/perlfaq1.html

"All releases prior to 5.004 were subject to buffer overruns, a grave     
security issue."

I want to suggest they get rid of this version, but they might like to 
see more information about the problem than just the FAQ reference.

They are also running:
This is perl, version 5.005 built for sun4-solaris

so I don't know why they have the old version around.  Any reason their 
scripts running under 5.002 wouldn't run fine under 5.005?

Thanks,

-- 
Bill Moseley mailto:moseley@best.com
pls note the one line sig, not counting this one.


------------------------------

Date: 9 Aug 1999 13:16:37 GMT
From: Randy Kobes <randy@theoryx5.uwinnipeg.ca>
Subject: Re: HELP!!! DBI problems.
Message-Id: <7omkbl$rte$1@canopus.cc.umanitoba.ca>

In comp.lang.perl.misc, Sherry <psychosherry@email.com> wrote:
> Sorry.I know this a PERL group, but I am desparate.
> I am having problems installing DBI modules for perl 5.005.
> I unzipped the DBI-1.13 module into my c:\perl\lib directory. And then I
> typed <perl Makefile.pl> at my MS-DOS prompt in c:\perl\lib\dbi-1.13\.
> And then when I type <make> nothing happens.

Hi,
   Do you not even get an error message? This could be a number
of things ... As you're on Win32, probably you should be
using 'nmake' - do you have that? Also, for this module a C compiler
is needed - do you have one installed? What happens if you
type 'make test'? A more verbose transcript of your session
would help pin down the problem.

> When I run my script it gives the following error:
> Can't locate loadable object for module DBI in @INC (@INC contains
> c:\perl\lib   c:\perl\site\lib)
> Can't locate DBI.pm in @INC.
> BEGIN failed.......compilation aborted

That's probably because you didn't install the module with
'make install'. If you're using ActiveState's perl, you can
get the DBI module through the Perl Package Manager (ppm) -
details come with the documentation ActiveState supplies
with the distribution.

		best regards,
		Randy Kobes
-- 
Physics Department		Phone: 	   (204) 786-9399
University of Winnipeg		Fax: 	   (204) 774-4134
Winnipeg, Manitoba R3B 2E9	e-mail:	   randy@theoryx5.uwinnipeg.ca
Canada				http://theory.uwinnipeg.ca/


------------------------------

Date: Mon, 09 Aug 1999 14:01:36 +0100
From: Ying Wang <itxyw@hermes.nottingham.ac.uk>
Subject: How to embed Perl in Html code
Message-Id: <37AED130.6A2F05D6@hermes.nottingham.ac.uk>

Any idea or web sites guide is ok,
Cheers!  --beginner


------------------------------

Date: Mon, 09 Aug 1999 20:21:20 +0800
From: mo mo liu liu <moliu@mail.com>
Subject: how to set, update and delete cookies by perl cgi?
Message-Id: <72566CB01EEF118B.ECC5948457A56C6B.6007B309B9010CD5@lp.airnews.net>

How can I set , update and delete cookies by perl CGI?
Moreover, how can I make the cookie automatically delete after some
time?
Thanks so much!



------------------------------

Date: Mon, 09 Aug 1999 13:55:56 GMT
From: Cornel Popescu <cornelp@webdevelopmentgroup.net>
Subject: Re: how to set, update and delete cookies by perl cgi?
Message-Id: <7omml6$e7m$1@nnrp1.deja.com>

See CGI.pm ...
http://stein.cshl.org/WWW/software/CGI/

Cornel

In article
<72566CB01EEF118B.ECC5948457A56C6B.6007B309B9010CD5@lp.airnews.net>,
  mo mo liu liu <moliu@mail.com> wrote:
> How can I set , update and delete cookies by perl CGI?
> Moreover, how can I make the cookie automatically delete after some
> time?


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.


------------------------------

Date: Mon, 9 Aug 1999 07:08:21 -0700
From: moseley@best.com (Bill Moseley)
Subject: Re: how to set, update and delete cookies by perl cgi?
Message-Id: <MPG.121880af56ecf097989696@nntp1.ba.best.com>

mo mo liu liu (moliu@mail.com) seems to say...
> How can I set , update and delete cookies by perl CGI?

Making cookies?  That would require a cookbook.  The Perl Cookbook, of 
course.

> Moreover, how can I make the cookie automatically delete after some
> time?

I leave them on the table and they vanish in no time at all.  I've never 
found that to be a problem.



When not cooking, please read CGI.pm docs.


-- 
Bill Moseley mailto:moseley@best.com
pls note the one line sig, not counting this one.


------------------------------

Date: Mon, 9 Aug 1999 14:57:52 +0100
From: "Ben Quick" <newsgroup@bigwig.net>
Subject: Re: I guess this is a Misc question: Cgi-bin
Message-Id: <37aef1ca.0@news2.cluster1.telinco.net>

David H. Adler wrote in message ...
>In article <37ae2437.0@news2.cluster1.telinco.net>, Ben Quick wrote:
>>Fair points,
>
>First, I'd like to thank you for considering my points in the
>reasonable way they were intended.  Many do not on usenet, and I do
>appreciate it.


I'm not here for hassle, just a little guidance

>>but wouldn't it have been easier if I was given polite responses like
>>"I'm sorry, I don't know the answer. But ou're in the wrong group
>>really, try asking in...."  or "The answer is.... but really this is
>>the wrong group. In future for this type of question try asking
>>in...."
>
>Perhaps.  The problem is, this issue comes up *constantly* here -
>people are tired of having to do this,

That is also fair. I am in another (gaming) newsgroup and the question
How do I get <game> to work with my banshee
Always comes up. Every time, someone responds goto <url> and <url> and get
the latest drivers

Or
Where can I get the warez of <game>?
That get's the response
http://zap.to/gfy **

>especially as, as I pointed out
>in my previous post, usenet etiquette asks that you look at documents
>that specifically tell you not to come here with off-topic questions,
>and tells you several ways in which you can be off-topic.


Yeah, I admit it. I was wrong to post that question here. Most that replied
were also wrong in (imo) comming across as 'better' than me

>This is meant, of course, as an observation, rather than a flame.  :-)


Yep. Same goes for my post

>best, dha


BQ

>--
>David H. Adler - <dha@panix.com> - http://www.panix.com/~dha/
>The perversity of the Universe tends towards a maximum.

** Not at all intended to offend you. It's an example


----
The post you've just read was made by Ben Quick
Everything in it is believed to be the truth (This is a lie)
Why not visit
http://come.to/noname.net
http://welcome.to/the-room
----
--




------------------------------

Date: Mon, 09 Aug 1999 10:44:31 -0400
From: dwilgaREMOVE@mtholyoke.edu (Dan Wilga)
Subject: Re: JavaScript or Perl?
Message-Id: <dwilgaREMOVE-0908991044310001@wilga.mtholyoke.edu>

In article <7oho8j$7cu$1@nnrp1.deja.com>, gt5432a@my-deja.com wrote:

> for ord you can use charCodeAt()
> that will return the ascii code of the first character in the string
> mystring.charCodeAt(0)

You have to watch out for browser compatibility with this one. Netscape
does not support it prior to 4.0. I ended up writing my own for a project
I was doing (which only required uppercase A-Z):

charCode = new
Array('A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z'
);

function chCodeAt(s) {
   if( navigator.appName.indexOf("Netscape")>=0 &&
(navigator.appVersion.indexOf("3.")>=0 ||
          navigator.appVersion.indexOf("2.")>=0) ) {
      for( i=0; i<charCode.length; i++ )
         if( s.charAt(0) == charCode[i] ) return i+65;
      return -1;
   }
   return s.charCodeAt(0);
}

Dan Wilga          dwilgaREMOVE@mtholyoke.edu
** Remove the REMOVE in my address address to reply reply  **


------------------------------

Date: 9 Aug 1999 12:34:14 -0000
From: anno4000@lublin.zrz.tu-berlin.de (Anno Siegel)
Subject: Re: Looking for Poll Script that
Message-Id: <7omhs6$kvi$1@lublin.zrz.tu-berlin.de>

[posted and mailed]

You chose to reply in private to my public message.  Since this exchange
is not of a private nature, I'm taking it back to the public forum where
it originated, deliberately breaking netiquette for the purpose.

hector gonzalez wrote in reply to my usenet article:

> Hi,
> 
> On Mon, 9 Aug 1999, Anno Siegel wrote:
> 
> [...]
>  
> > What is this doing on usenet?
> > 
> > Question Exchange is a web based commercial enterprise.  If your experts
> > want to participate in usenet discussions, they're free to do so under
> > their own name.  Anonymously posting unsolicited answers *as* Question
> > Exchange is spam.  Stop it.
> 
> I don't understand why is it spam to answer a question posted to usenet.
> When someone posts a question he is expecting (inviting) and answer. We
> only submit answers. The message is not anonymous as opposed to many of
> the messages posted to usenet, the message is posted by
> usenet@questionexchange.com.

The fact that you have a viable email address has little to do with
anonymity.  Usenet is a one-on-one medium.  Anonymous addresses are
occasionally tolerated for various reasons, but they are generally still
representative of an individual.  It is evident that
usenet@questionexchange.com is not.

> I will change the question exchange message to be the signature of the
> message and not part of it. I will also quote the original question in the
> response to make it more clear that we are answering a question and not
> just sending an unrelated message.
> 
> I would appreciate if you could explain in more detail why answering a
> question posted in usenet is spam.

The purpose of your messages is not participation in a discussion. A
reply to your address may or may not reach the actual author and a
followup from your side may or may not come from the same person.

It is your business is to sell answers for money.  This gives your
postings the nature of freebies with the only purpose of drawing attention
to your enterprise.  It is advertisement, pure and simple.  On usenet
we call that spam.

This is the last thing I'm going to say about this.  If you continue
your behavior, as seems to be your intention, it will turn out if
I am alone in my opinion.

Anno


------------------------------

Date: Mon, 09 Aug 1999 10:22:14 -0400
From: linberg@literacy.upenn.edu (Steve Linberg)
Subject: Re: low memory
Message-Id: <linberg-0908991022140001@ltl1.literacy.upenn.edu>

In article <37a840fe.405600692@newshost.unx.sas.com>, stbarr.unx.sas.com wrote:

> I am using ActivePerl 5 on Win NT and trying to force a low memory
> situation for a test. 

How about something like:

my $foo = 'some arbitrarily-defined bunch of bytes' x 1_000_000_000_000;

 ...crude obviously, but you get the idea.

-- 
Steve Linberg, Systems Programmer &c.
National Center on Adult Literacy, University of Pennsylvania
email: <linberg@literacy.upenn.edu>
WWW: <http://www.literacyonline.org>


------------------------------

Date: Mon, 09 Aug 1999 13:47:38 GMT
From: bart.lateur@skynet.be (Bart Lateur)
Subject: Re: Need help with Perl expression and replace
Message-Id: <37afdae5.2961171@news.skynet.be>

Warren Bell wrote:

>If line of text contains <img src="anything" anything> replace it with
><img src=anything anything>.  The anything would be any charactor.

You do realize that the contents of unquoted tag attributes are very
limited, so that a general path name will not be acceptable? Only
letters, digits, hyphens and dots are allowed.

So, this will probably work:

	s/(<img src=)"([a-zA-Z0-9.-]+)"/$1$2/gi;

	Bart.


------------------------------

Date: Mon, 09 Aug 1999 16:07:21 +0200
From: Georg Weissenbacher <georg.weissenbacher@altavista.net>
Subject: Re: Need help with Perl expression and replace
Message-Id: <37AEE099.CFB131A@altavista.net>



elephant wrote:
> 
> Warren Bell writes ..
> >I'm trying to make an expression in a script that says somthing like:
> >
> >If line of text contains <img src="anything" anything> replace it with
> ><img src=anything anything>.  The anything would be any charactor.
> >

$a =~ s/<img src="(.*?)" \1>/<img src=$1 $1>/;

But this works only if anything = anything (is this what you wanted?)

cu,
Georg


------------------------------

Date: 9 Aug 1999 14:10:59 GMT
From: Greg Bacon <gbacon@cs.uah.edu>
Subject: New posters to comp.lang.perl.misc
Message-Id: <7omnhj$ebe$2@info2.uah.edu>

Following is a summary of articles from new posters spanning a 7 day
period, beginning at 02 Aug 1999 14:06:44 GMT and ending at
09 Aug 1999 06:41:32 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) 1999 Greg Bacon.
      Verbatim copying and redistribution is permitted without royalty;
      alteration is not permitted.  Redistribution and/or use for any
      commercial purpose is prohibited.

Totals
======

Posters:  281 (48.5% of all posters)
Articles: 518 (23.1% of all articles)
Volume generated: 855.0 kb (21.5% of total volume)
    - headers:    394.7 kb (7,884 lines)
    - bodies:     451.5 kb (15,076 lines)
    - original:   323.8 kb (11,276 lines)
    - signatures: 8.3 kb (190 lines)

Original Content Rating: 0.717

Averages
========

Posts per poster: 1.8
    median: 1 post
    mode:   1 post - 191 posters
    s:      2.9 posts
Message size: 1690.1 bytes
    - header:     780.2 bytes (15.2 lines)
    - body:       892.5 bytes (29.1 lines)
    - original:   640.0 bytes (21.8 lines)
    - signature:  16.4 bytes (0.4 lines)

Top 10 Posters by Number of Posts
=================================

         (kb)   (kb)  (kb)  (kb)
Posts  Volume (  hdr/ body/ orig)  Address
-----  --------------------------  -------

   42    66.9 ( 33.8/ 31.5/ 19.5)  elephant@squirrelgroup.com (elephant)
   14    28.8 ( 14.7/ 14.1/  3.8)  "Ben Quick" <newsgroup@bigwig.net>
    8    14.1 (  6.7/  7.3/  1.9)  stirling@banet.net
    8    21.0 (  6.9/ 14.2/  7.8)  "James A Culp III" <admin@futuristic.net>
    8    19.8 (  6.8/ 13.0/  8.9)  mck@iag.net (Matt)
    7     9.7 (  5.1/  4.5/  4.5)  "Scott" <codeman@gol.com>
    7    10.1 (  4.1/  5.9/  4.4)  "Perl King" <perlking@hotmail.com>
    6    12.2 (  5.5/  6.7/  4.0)  Andrew Fry <andrewf@beausys.freeserve.co.uk>
    6    14.7 (  4.6/ 10.1/  3.5)  "99% Energy" <Spam@IsBadForTheInternet.com>
    6     7.4 (  4.5/  2.9/  1.8)  Eric Turner <erict@cc.wwu.edu>

These posters accounted for 5.0% of all articles.

Top 10 Posters by Volume
========================

  (kb)   (kb)  (kb)  (kb)
Volume (  hdr/ body/ orig)  Posts  Address
--------------------------  -----  -------

  66.9 ( 33.8/ 31.5/ 19.5)     42  elephant@squirrelgroup.com (elephant)
  28.8 ( 14.7/ 14.1/  3.8)     14  "Ben Quick" <newsgroup@bigwig.net>
  21.0 (  6.9/ 14.2/  7.8)      8  "James A Culp III" <admin@futuristic.net>
  19.8 (  6.8/ 13.0/  8.9)      8  mck@iag.net (Matt)
  14.7 (  4.6/ 10.1/  3.5)      6  "99% Energy" <Spam@IsBadForTheInternet.com>
  14.1 (  6.7/  7.3/  1.9)      8  stirling@banet.net
  12.6 (  4.3/  8.3/  5.4)      5  Jordan DeLozier <master@openendon.com>
  12.2 (  5.5/  6.7/  4.0)      6  Andrew Fry <andrewf@beausys.freeserve.co.uk>
  11.8 (  1.9/  9.9/  9.7)      2  Wrtl Brmpft <wrtl.brmpft@t-online.de>
  10.7 (  3.9/  6.1/  4.2)      5  dha@panix7.panix.com (David H. Adler)

These posters accounted for 5.4% of the total volume.

Top 10 Posters by OCR (minimum of three posts)
==============================================

         (kb)    (kb)
OCR      orig /  body  Posts  Address
-----  --------------  -----  -------

1.000  (  3.2 /  3.2)      5  hads6307@my-deja.com
1.000  (  1.4 /  1.4)      3  QuestionExchange <USENET@questionexchange.com>
1.000  (  1.3 /  1.3)      4  "ezzi" <jcetek@ezzi.net>
1.000  (  4.5 /  4.5)      7  "Scott" <codeman@gol.com>
0.861  (  2.1 /  2.5)      3  Steve Yates <srt@xnet.com>
0.854  (  2.2 /  2.6)      4  Neal Sanche <neal@nsdev.org>
0.842  (  3.6 /  4.3)      5  sine2117@my-deja.com
0.838  (  2.4 /  2.8)      3  PerlCoder@Unix.com (CGI)
0.825  (  2.6 /  3.1)      3  irf@netexecutive.com
0.821  (  1.7 /  2.0)      3  Chris Wilkinson <chris.wilkinson@jacobsrimell.com>

Bottom 10 Posters by OCR (minimum of three posts)
=================================================

         (kb)    (kb)
OCR      orig /  body  Posts  Address
-----  --------------  -----  -------

0.523  (  0.9 /  1.7)      3  Salva <salvador@my-deja.com>
0.501  (  1.4 /  2.9)      3  Eric Larson <rlarson@monmouth.com>
0.479  (  1.6 /  3.3)      3  "Kevin and Andrea Werner" <the.werners@mcleodusa.net>
0.461  (  1.2 /  2.6)      5  "rezn8" <saxbourne@yahoo.com>
0.435  (  1.0 /  2.3)      4  teetsg@fuse.net (Greg Teets)
0.413  (  1.9 /  4.6)      4  Derek Thomson <derek@dstc.com>
0.344  (  3.5 / 10.1)      6  "99% Energy" <Spam@IsBadForTheInternet.com>
0.271  (  3.8 / 14.1)     14  "Ben Quick" <newsgroup@bigwig.net>
0.252  (  1.9 /  7.3)      8  stirling@banet.net
0.200  (  0.7 /  3.7)      5  Biju Abraham <biju.abraham@ebay.sun.com>

41 posters (14%) had at least three posts.


Top 10 Crossposters
===================

Articles  Address
--------  -------

      14  "Santa Is My Father" <anthony@creaker.demon.co.uk>
      14  "Rob*" <Vinkrob@cable.a2000.nl>
      14  jgreen8301@aol.comedian (JGreen8301)
      14  fran71482@aol.com (Fran71482)
      14  msherry71@aol.com (M SHERRY71)
      14  sal7@aol.com (Sal7)
      12  "Michael Connell" <mconnell@lineone.net>
       6  Jack & Megan <55009@[127.0.0.1]>
       6  Gary Jones <gazza.jones@virgin.net>
       6  Geoff Bannister <gbannister.rcts@argonet.co.uk>


------------------------------

Date: 1 Jul 99 21:33:47 GMT (Last modified)
From: Perl-Users-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin) 
Subject: Digest Administrivia (Last modified: 1 Jul 99)
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.  

To submit articles to comp.lang.perl.misc (and this Digest), send your
article to perl-users@ruby.oce.orst.edu.

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.

The Meta-FAQ, an article containing information about the FAQ, is
available by requesting "send perl-users meta-faq". The real FAQ, as it
appeared last in the newsgroup, can be retrieved with the request "send
perl-users FAQ". Due to their sizes, neither the Meta-FAQ nor the FAQ
are included in the digest.

The "mini-FAQ", which is an updated version of the Meta-FAQ, is
available by requesting "send perl-users mini-faq". It appears twice
weekly in the group, but is not distributed in the digest.

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 V9 Issue 428
*************************************


home help back first fref pref prev next nref lref last post