[13155] in Perl-Users-Digest
Perl-Users Digest, Issue: 565 Volume: 9
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Tue Aug 17 11:07:30 1999
Date: Tue, 17 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 Tue, 17 Aug 1999 Volume: 9 Number: 565
Today's topics:
Re: %0 %1 %2 ???? <ricklim@vcn.bc.ca>
Re: %0 %1 %2 ???? (brian d foy)
Re: %0 %1 %2 ???? <gellyfish@gellyfish.com>
Anyone need an INDEPENDENT CONTRACTOR??? <c-shah1@ti.com>
Re: Anyone need an INDEPENDENT CONTRACTOR??? <rhrh@hotmail.com>
Re: automatic text formatting for 80 chars a line (Bart Lateur)
Re: CGI.pm or here document for html support@gethits.com
Counting the amount of lines in a file.. <p8e77@keele.ac.uk>
Re: Counting the amount of lines in a file.. <jpeterson@office.colt.net>
Re: Counting the amount of lines in a file.. <p8e77@keele.ac.uk>
Re: HARASSMENT -- Monthly Autoemail greg@apple2.com
Re: HARASSMENT -- Monthly Autoemail llornkcor@my-deja.com
Re: HARASSMENT -- Monthly Autoemail <gellyfish@gellyfish.com>
Re: Help Translating Apple IIe file (Bbirthisel)
Re: Killing Processes on NT... (Abigail)
Re: Language survey (Bart Lateur)
Re: mod (%) in PERL <jcreed@cyclone.jprc.com>
New Perl related Newsgroup, alt.comp.perlcgi.freelance <fetchNOhmSPAM@fetchound.com>
Re: New Perl related Newsgroup, alt.comp.perlcgi.freela <gellyfish@gellyfish.com>
Re: ODBC & UNIX <kwangell@home.com>
Perl fails tests (gcc 2.95, AIX) <dermot.mcnally@mot.com>
Re: Perl Image Processing Problems!! <jpeterson@office.colt.net>
Re: Perl, SQL, and O'Brain <delete.the.nospam.kayec@gov.ns.ca>
Re: Running a perl process as service under Win NT <stefan.schulze@wildner.de>
THE CPU and LOOPS IN PERL <tmujak@wcom.co.uk>
www.perl.org (Fulko van Westrenen)
Re: www.perl.org (Marcel Grunauer)
Re: www.perl.org (Fulko van Westrenen)
Re: www.perl.org (brian d foy)
Re: www.perl.org <0616373142@sfr.net>
Re: www.perl.org <randy@theoryx5.uwinnipeg.ca>
Re: www.perl.org <gellyfish@gellyfish.com>
Re: www.perl.org (Malcolm Ray)
Digest Administrivia (Last modified: 1 Jul 99) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: 17 Aug 1999 13:17:56 GMT
From: Rick Lim <ricklim@vcn.bc.ca>
Subject: Re: %0 %1 %2 ????
Message-Id: <7pbne4$p96$1@sylvester.vcn.bc.ca>
brian d foy <brian@pm.org> wrote:
: In article <7p8bgu$1e$1@sylvester.vcn.bc.ca>, Rick Lim <ricklim@vcn.bc.ca> wrote:
:>are the %0 %1 %2 the same as command line parameters
:>in the statment
:>
:>perl -S %0 %1 %2
: i'm not sure what you are asking. command line parameters
: show up in Perl in the @ARGV array. the positions that you
: note in the above example would show up in $ARGV[0], $ARGV[1],
: and $ARGV[2], respectively.
: --
: brian d foy
what I am trying to find out is what do
the %0 %1 %2 indicate, the only perl
book (programming perl by oreilly)
doesn't say anything about this
--
The wealth of reality, cannot be seen from your locality.
------------------------------
Date: Tue, 17 Aug 1999 10:52:43 -0400
From: brian@pm.org (brian d foy)
Subject: Re: %0 %1 %2 ????
Message-Id: <brian-ya02408000R1708991052430001@news.panix.com>
In article <7pbne4$p96$1@sylvester.vcn.bc.ca>, Rick Lim <ricklim@vcn.bc.ca> posted:
> brian d foy <brian@pm.org> wrote:
> : In article <7p8bgu$1e$1@sylvester.vcn.bc.ca>, Rick Lim <ricklim@vcn.bc.ca> wrote:
> :>are the %0 %1 %2 the same as command line parameters
> :>in the statment
> :>perl -S %0 %1 %2
>
> : i'm not sure what you are asking. command line parameters
> : show up in Perl in the @ARGV array. the positions that you
> : note in the above example would show up in $ARGV[0], $ARGV[1],
> : and $ARGV[2], respectively.
> what I am trying to find out is what do
> the %0 %1 %2 indicate
where did you see this line?
--
brian d foy
CGI Meta FAQ <URL:http://www.smithrenaud.com/public/CGI_MetaFAQ.html>
Perl Monger Hats! <URL:http://www.pm.org/clothing.shtml>
------------------------------
Date: 17 Aug 1999 15:46:40 +0100
From: Jonathan Stowe <gellyfish@gellyfish.com>
Subject: Re: %0 %1 %2 ????
Message-Id: <37b975d0_1@newsread3.dircon.co.uk>
Rick Lim <ricklim@vcn.bc.ca> wrote:
> brian d foy <brian@pm.org> wrote:
> : In article <7p8bgu$1e$1@sylvester.vcn.bc.ca>, Rick Lim <ricklim@vcn.bc.ca> wrote:
>
> :>are the %0 %1 %2 the same as command line parameters
> :>in the statment
> :>
> :>perl -S %0 %1 %2
>
> : i'm not sure what you are asking. command line parameters
> : show up in Perl in the @ARGV array. the positions that you
> : note in the above example would show up in $ARGV[0], $ARGV[1],
> : and $ARGV[2], respectively.
>
> what I am trying to find out is what do
> the %0 %1 %2 indicate, the only perl
> book (programming perl by oreilly)
> doesn't say anything about this
>
If they existed they would be a bunch of hashes with confusing names -
but they will not exist unless you define them.
Do you mean perhaps $0 & $1 etc I wonder : most of Perls predefined variable
are described in the perlvar manpage however you will find a better
description of $1 ... in the perlre manpage.
/J\
--
"Mark my words, sex is never enough. Sooner of later she'll want a
dishwasher" - Policeman, City Central
------------------------------
Date: Tue, 17 Aug 1999 09:11:34 -0500
From: Chirayu Shah <c-shah1@ti.com>
Subject: Anyone need an INDEPENDENT CONTRACTOR???
Message-Id: <37B96D96.114C6CA8@ti.com>
Please e-mail me at shah_chirayu@hotmail.com if this interests you.
------------------------------
Date: Tue, 17 Aug 1999 15:44:42 +0100
From: Richard H <rhrh@hotmail.com>
Subject: Re: Anyone need an INDEPENDENT CONTRACTOR???
Message-Id: <37B9755A.85A3E295@hotmail.com>
yeah! my garden fence needs a paint,
Richard H
------------------------------
Date: Tue, 17 Aug 1999 13:34:08 GMT
From: bart.lateur@skynet.be (Bart Lateur)
Subject: Re: automatic text formatting for 80 chars a line
Message-Id: <37bc631c.1807801@news.skynet.be>
Abigail wrote:
> $text =~ s/\n+//g;
> $text =~ s/.{80}/\n/g;
You really want to delete all that text in those lines with 80
characters or more?
And I'd prefer wrapping on whitespace, and not in the middle of words,
thank you.
$text =~ s/(.{1,80})\s+/$1\n/g;
Bart.
------------------------------
Date: Tue, 17 Aug 1999 15:04:42 GMT
From: support@gethits.com
Subject: Re: CGI.pm or here document for html
Message-Id: <37B97BA9.9D11EE7A@gethits.com>
oops...looks I mixed up my code. prorated amount should not
be in there.
revjack wrote:
>
> support@gethits.com explains it all:
>
> :COLOR="#B8DED2">.</FONT>prorated amount:</FONT></TD>
>
> The PRORATED_AMOUNT environmental variable is not available on Timex
> Sinclair servers.
------------------------------
Date: Tue, 17 Aug 1999 13:46:51 +0100
From: "Andrew Weller" <p8e77@keele.ac.uk>
Subject: Counting the amount of lines in a file..
Message-Id: <7pbljk$7jg$1@cfs2.kis.keele.ac.uk>
Dear all,
Is it possible to read in a file and count in the amount of lines so that a
for loop can be initialised with the amount of lines (or data points)?
Thanks in advance,
Andy
--
Andy Weller
e-mail: p8e77@keele.ac.uk
------------------------------
Date: Tue, 17 Aug 1999 13:19:57 GMT
From: Jon Peterson <jpeterson@office.colt.net>
Subject: Re: Counting the amount of lines in a file..
Message-Id: <1kdu3.135$u07.1230@news.colt.net>
Andrew Weller <p8e77@keele.ac.uk> wrote:
> Dear all,
> Is it possible to read in a file and count in the amount of lines so that a
> for loop can be initialised with the amount of lines (or data points)?
Yes, but.... why would you want to? A common way if iterating of lines of
a file in perl is this:
while(<FILEHANDLE>)
{
&do_something($_); #current line of FILEHANDLE stored in $_
}
So, &do_something() could be replaced by $counter++; or somesuch, resulting
in a line count.
However, from your request I might guess that you are a C programmer?
------------------------------
Date: Tue, 17 Aug 1999 14:44:34 +0100
From: "Andrew Weller" <p8e77@keele.ac.uk>
Subject: Re: Counting the amount of lines in a file..
Message-Id: <7pbovs$app$1@cfs2.kis.keele.ac.uk>
Jon,
thanks loads - nice and simple, and it works..........
and correct!!
> > Dear all,
>
> > Is it possible to read in a file and count in the amount of lines so
that a
> > for loop can be initialised with the amount of lines (or data points)?
>
> Yes, but.... why would you want to? A common way if iterating of lines of
> a file in perl is this:
>
> while(<FILEHANDLE>)
> {
> &do_something($_); #current line of FILEHANDLE stored in $_
> }
>
> So, &do_something() could be replaced by $counter++; or somesuch,
resulting
> in a line count.
>
> However, from your request I might guess that you are a C programmer?
--
Andy Weller
e-mail: p8e77@keele.ac.uk
------------------------------
Date: Tue, 17 Aug 1999 09:01:18 -0500
From: greg@apple2.com
Subject: Re: HARASSMENT -- Monthly Autoemail
Message-Id: <greg-1708990901190001@lin-dsl2-static-216-026.inetnebr.com>
In comp.infosystems.www.authoring.html
article <37b8dedf.30141037@news.erols.com>,
darsal@erols.com (Dave Salovesh) wrote:
> But every source I've ever read with an opinion on the subject
> explicitly suggests that there are situations where replies to Usenet
> posts should be sent via email.
Replies, yes. Don't try to extrapolate that further to any e-mail
resulting from a news posting.
Meanwhile, it is very simple to block incoming e-mail from specific
addresses which affect only your mailbox. I would suggest to Urial to
look into them. I'd say how, but I've seen his reaction to people who try
to help him.
This really isn't an issue for ciwah. Just because the alleged
autoemailer is allegedly run by someone who participates here doesn't make
it relevant to authoring HTML for the world wide web. Posting it here is
a witch hunt at best, Internet stalking at worst. Urial should apologize
for involving ciwah in his smear campaign.
Followups to comp.lang.perl.misc.
--
Nine quadrillion, nine hundred ninety-nine trillion, nine hundred ninety-nine
billion, nine hundred ninety-nine million, nine hundred ninety-nine thousand,
three hundred thirty-two bottles of beer. You take one down, pass it around,
nine quadrillion, nine hundred ninety-nine trillion, nine hundred ninety-nine
------------------------------
Date: Tue, 17 Aug 1999 14:34:16 GMT
From: llornkcor@my-deja.com
Subject: Re: HARASSMENT -- Monthly Autoemail
Message-Id: <7pbrt7$1kp$1@nnrp1.deja.com>
I happen to think it is easier to read with the replay at the top. It's
the first thing you look at when it pops up, right? Why scroll, when you
don't necessarly have too. The bandwidth waste argument, for whatever
side you are on.... c'mon... no one has a 2400 modem anymore...
I agree with you, in that Tom should refrain from sending email when
asked to stop, but hey, he doesn't listen, cause he can't hear you,
because by the time you get that stupid netikcutt crap email, you are
already on his killfile/bouncer list, and does no good.
In article <37bb49d8.39263948@nntp.ix.netcom.com>,
miker3@ix.netcom.com (Michael Rubenstein) wrote:
> [posted and mailed]
>
> On Tue, 17 Aug 1999 04:09:02 GMT, darsal@erols.com (Dave
> Salovesh) wrote:
>
> >Please, point me to a netiquette guide, your AUP, your TOS, a FAQ,
> >something, just one well distributed source which says that posting
to
> >Usenet does not solicit, does not permit, email replies - just so I
can
> >understand your point of view. If it's something that "everyone"
knows
> >because it's published somewhere the same "everyone" goes, I've never
> >been there and I'd like to go - It might help me clear up some
> >misunderstandings I have.
> >
> >But every source I've ever read with an opinion on the subject
> >explicitly suggests that there are situations where replies to Usenet
> >posts should be sent via email.
> >
> >If it's simply your view about what you like to see, then that's
fine.
> >Put it in your .sig, use a sub-address for your Usenet posts, and
filter
> >out anything that comes to that address. Simple enough for most
> >situations...
>
> That's not the same thing. John's already pointed out the
> fallacy in asking for documentation that posting does not solicit
> email, but that's not the whole story.
>
> There's a culture here too. In comp.lang.perl.misc some of the
> regulars normally mail a copy of their posts. I don't think
> that's necessary, but I see nothing wrong with the practice
> (excluding, of course, "stealth" mail). There certainly are
> circumstances in which going to mail is appropriate.
>
> But this has nothing to do with what Tom is doing. He is not
> responding to articles -- he's harassing. He's sending email to
> someone who has asked that he stop.
>
> The question we should be asking is not whether it is appropriate
> to send email in response to a posting. In general, it is. The
> question is whether it is appropriate to send email to someone
> who has asked that it be stopped. The answer to that is clearly
> no.
>
> Let's look at specifics. I've copied this post to you by mail.
> It would be unreasonable for you to complain about this. If not
> the norm, it's a reasonably common practice and you should have
> recognized the possibility that someone would do this when you
> posted.
>
> But this doesn't mean you can't ask that I stop. It would be
> reasonable for you to ask that I not do it in the future and I
> would certainly respect your wishes. Your posting creates a
> presumption that mail replies are welcome, but it is a
> presumption that you do have the right to deny.
>
> You should also have recognized the possibility that someone
> would send you a mail followup without posting. Again, it would
> be reasonable for you to request that this not be done.
>
> What would not be reasonable would be for me to regularly send
> you email, that is not a clear follow up to your post, stating my
> opinions on how you should be posting. Your post does not create
> a presumption that you wish to see regular unsolicited mail. You
> should not even have to request that I not do this.
>
> Suppose I started sending mail arguing that one should place the
> reply before the quotes when replying to news articles. Suppose
> I said that I would continue to send this mail as long as you
> were posting on usenet. Do you think any of the regulars on
> comp.lang.perl.misc would be arguing that by posting on usenet
> you were soliciting mail?
>
>
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
Date: 17 Aug 1999 15:49:03 +0100
From: Jonathan Stowe <gellyfish@gellyfish.com>
Subject: Re: HARASSMENT -- Monthly Autoemail
Message-Id: <37b9765f_1@newsread3.dircon.co.uk>
[followups set]
In comp.lang.perl.misc greg@apple2.com wrote:
>
> Followups to comp.lang.perl.misc.
>
Why ?
/J\
--
"When the boys in the playground found out that I had a potentially
fatal peanut alergy they would shove me up against a wall and make me
play Russian roulette with a bag of Revels" - Milton Jones
------------------------------
Date: 17 Aug 1999 13:34:49 GMT
From: bbirthisel@aol.com (Bbirthisel)
Subject: Re: Help Translating Apple IIe file
Message-Id: <19990817093449.22452.00000074@ng-cp1.aol.com>
Hi Richard:
>My wife inherited an old Apple IIe school library cataloging system
>(Circulation Plus is the name of the system) that I need to convert to a
>new Macintosh they are getting. I can succesfully get the data out, but
>it has embedded HEX stuff in it
Circulation Plus is a trade name of Follett Software for a series
of library programs. I have not used the Apple versions, but
Follett had utilities to convert MS-DOS versions to Win32 with
a different database - so I would check with them for migration
tools.
The embedded binary codes are NOT irrelevant - this program
manages a database. On an Apple IIe they are probably not
MARC records, either. But you may need to convert them to
that format (to do inter-library loan, etc.).
There is a perl-4-librarians mailing list. I don't have the details
handy, but an announcement was made on this newsgroup in
late July.
BTW: A bad choice for a second script. If you can get an
existing->ASCII converter and deal just with ASCII, it would
still be tricky. I'm assuming you intend to use the data in the
future.
-bill
Making computers work in Manufacturing for over 25 years (inquiries welcome)
------------------------------
Date: 17 Aug 1999 08:52:44 -0500
From: abigail@delanet.com (Abigail)
Subject: Re: Killing Processes on NT...
Message-Id: <slrn7riqb8.a26.abigail@alexandra.delanet.com>
CISSP (carvdawg@patriot.net) wrote on MMCLXXVII September MCMXCIII in
<URL:news:37B93B0F.84033FCE@patriot.net>:
$$
$$ > Hi All, I seem to be facing a bit of a dillemma. I am trying to kill
$$ > a PERL process on NT using the %SIG signal handler hash. In this SIG
$$ > hash are many keys, some of the relevant ones include QUIT, BREAK, STOP,
$$
$$ As elephant so eloquantly points out, signals on NT are a no-go. I'll add
$$ as well,
$$ so is forking...at least, with the ActiveState version of Perl. If you get
$$ the core
$$ version and compile it yourself, you can get fork()...
Really? If you want fork() in the NT version of Perl, shell out a lot of
money, and pay the nice folks at ActiveState - just like Microsoft does.
There's nothing special with the ActiveState version in the sense that
is wouldn't have fork() while the core version has. The lack of fork() on
the NT version of Perl is due to the lack of a system call that does a
fork(). fork() will now be implemented on NT, by, if I understood this
correctly, faking it with threads.
All Hail Bill! ;-)
Abigail
--
perl -e 'for (s??4a75737420616e6f74686572205065726c204861636b65720as?;??;??)
{s?(..)s\??qq \?print chr 0x$1 and q ss\??excess}'
-----------== 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: Tue, 17 Aug 1999 13:14:30 GMT
From: bart.lateur@skynet.be (Bart Lateur)
Subject: Re: Language survey
Message-Id: <37ba5fb6.937954@news.skynet.be>
Tom Christiansen wrote:
>At the risk of advocacy, please spend 10 seconds on
>
> http://www.recordingwebsite.com/language.html
>
>I have nothing to do with it; just came across it.
Thanks to this announcement here, the popularity of Perl in this poll
has gone through the roof: 44%, 177 votes for 398 participants. The
highest contendant is C with 37, 9%.
Bart.
------------------------------
Date: 17 Aug 1999 10:20:08 -0400
From: Jason Reed <jcreed@cyclone.jprc.com>
Subject: Re: mod (%) in PERL
Message-Id: <a1so5icwvb.fsf@cyclone.jprc.com>
abigail@delanet.com (Abigail) writes:
> Linda Minnich (lin.minnich@usa.net) wrote on MMCLXXVI September MCMXCIII
> in <URL:news:37b810dd.4090938@nntp.lucent.com>:
> -- IS it possible to do a mod function like in C++ represented by the
> -- percentage sign : % in PERL?
>
>
> Nah, who would ever want that?
>
> (What's PERL? Perl Emacs Random Locator?)
perl executable's really lowercase.
'Perl' evokes referent: language.
'PERL' Elicits Remonstrance Livid.
print "Just another preposterously egregious(-acronym) 'riting luser,"
---Jason
------------------------------
Date: Tue, 17 Aug 1999 07:20:46 -0700
From: Tomh <fetchNOhmSPAM@fetchound.com>
Subject: New Perl related Newsgroup, alt.comp.perlcgi.freelance
Message-Id: <000b8d9b.0d2ac1ae@usw-ex0108-058.remarq.com>
Hi,
There is a new perl/cgi related usenet group called,
alt.comp.perlcgi.freelance.
This is a place for those with skills and wares related to
the group can post and their admirers, people that need
skills can meet and ...
If you can not find this group on your favorite server,
this new group can be found at http://remarq.com free
dicussion server,
See you online at:
alt.comp.perlcgi.freelance
Thanks for your time.
------------------------------------------------------------
------------------------------------------------------------
DotTom@idowebs.com
Form Master Free Form Maker Grow Your Own Services.
http://www.idowebs.com/Formmaster
Free For All Page
http://idowebs.com/Formmaster/Freeforall/index.html
------------------------------------------------------------
------------------------------------------------------------
* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
The fastest and easiest way to search and participate in Usenet - Free!
------------------------------
Date: 17 Aug 1999 15:36:07 +0100
From: Jonathan Stowe <gellyfish@gellyfish.com>
Subject: Re: New Perl related Newsgroup, alt.comp.perlcgi.freelance
Message-Id: <37b97357_1@newsread3.dircon.co.uk>
Tomh <fetchNOhmSPAM@fetchound.com> wrote:
>
> Hi,
>
> There is a new perl/cgi related usenet group called,
> alt.comp.perlcgi.freelance.
>
Oh my word !!!!
/J\
--
"Report accuses Royal Opera House of 'arrogance and elitism'. Report
further alleges that Pope is Catholic. Report further claims that bears
may well indeed defecate in the woods" - Private Eye
------------------------------
Date: Tue, 17 Aug 1999 13:52:07 GMT
From: Kirby Angell <kwangell@home.com>
Subject: Re: ODBC & UNIX
Message-Id: <7pbpe1$vmn$1@nnrp1.deja.com>
In article <37b85a0d@news1.us.ibm.net>,
"SH" <purchase9@hotmail.com> wrote:
> Just so ya know there is no such thing as ODBC on a Unix Platform.
>ODBC is strictly a Microsoft thing. On the subject of which is faster
>ODBC is a
> slug so invariable DBI is much faster.
And let us not forget the folks at www.iodbc.org.
-------
Kirby Angell, MCSD
PGP crypt/auth encouraged
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
Date: Tue, 17 Aug 1999 16:26:16 +0200
From: Dermot McNally <dermot.mcnally@mot.com>
Subject: Perl fails tests (gcc 2.95, AIX)
Message-Id: <37B97108.74DC3505@email.mot.com>
Hi Folks,
I hope somebody can make more sense out of my problem than I can. The
problem:
Perl 5.005_03 compiled on AIX 4.3.2. When compiled with EGCS 1.1.2, perl
both compiles correctly and passes all tests. When I upgrade to gcc
2.95, the build works, but a lot of tests fails. It looks as though all
tests that involve dynamic loading are failing. The typical failure
message reads:
lib/abbrev.........ok
lib/anydbm.........Can't load '../lib/auto/Fcntl/Fcntl.so' for module
Fcntl: readExports: bad magic at ../lib/DynaLoader.pm line 169.
at lib/anydbm.t line 11
BEGIN failed--compilation aborted at lib/anydbm.t line 11.
FAILED at test 0
lib/autoloader.....ok
I can't think why the new gcc should suddenly cause this kind of
problem. However, I do get a few slightly suspect warnings at one point
during the build (lots of them, actually). The full list of such
warnings is at the bottom of this message. Any ideas?
Cheers,
Dermot
Build warnings:
ld: 0711-319 WARNING: Exported symbol not defined: PL_cred_mutex
ld: 0711-319 WARNING: Exported symbol not defined: PL_cryptseen
ld: 0711-319 WARNING: Exported symbol not defined: PL_curthr
ld: 0711-319 WARNING: Exported symbol not defined: PL_eval_cond
ld: 0711-319 WARNING: Exported symbol not defined: PL_eval_mutex
ld: 0711-319 WARNING: Exported symbol not defined: PL_eval_owner
ld: 0711-319 WARNING: Exported symbol not defined: PL_malloc_mutex
ld: 0711-319 WARNING: Exported symbol not defined: PL_nthreads
ld: 0711-319 WARNING: Exported symbol not defined: PL_nthreads_cond
ld: 0711-319 WARNING: Exported symbol not defined: PL_opsave
ld: 0711-319 WARNING: Exported symbol not defined: PL_statusvalue_vms
ld: 0711-319 WARNING: Exported symbol not defined: PL_strtab_mutex
ld: 0711-319 WARNING: Exported symbol not defined: PL_sv_mutex
ld: 0711-319 WARNING: Exported symbol not defined: PL_svref_mutex
ld: 0711-319 WARNING: Exported symbol not defined: PL_sys_intern
ld: 0711-319 WARNING: Exported symbol not defined: PL_thr_key
ld: 0711-319 WARNING: Exported symbol not defined: PL_threadnum
ld: 0711-319 WARNING: Exported symbol not defined: PL_threads_mutex
ld: 0711-319 WARNING: Exported symbol not defined: PL_threadsv_names
ld: 0711-319 WARNING: Exported symbol not defined: PL_thrsv
ld: 0711-319 WARNING: Exported symbol not defined: Perl_abs_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_add_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_add_ass_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_additem
ld: 0711-319 WARNING: Exported symbol not defined: Perl_atan2_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_band_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_block_type
ld: 0711-319 WARNING: Exported symbol not defined: Perl_bool__amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_bor_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_bxor_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_check_uni
ld: 0711-319 WARNING: Exported symbol not defined: Perl_checkcomma
ld: 0711-319 WARNING: Exported symbol not defined: Perl_ck_aelem
ld: 0711-319 WARNING: Exported symbol not defined: Perl_compl_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_concat_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_concat_ass_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_condpair_magic
ld: 0711-319 WARNING: Exported symbol not defined: Perl_cos_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_dec_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_div_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_div_ass_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_dofindlabel
ld: 0711-319 WARNING: Exported symbol not defined: Perl_dopoptoeval
ld: 0711-319 WARNING: Exported symbol not defined: Perl_dump_fds
ld: 0711-319 WARNING: Exported symbol not defined: Perl_dump_mstats
ld: 0711-319 WARNING: Exported symbol not defined: Perl_eq_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_exp_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_expectterm
ld: 0711-319 WARNING: Exported symbol not defined: Perl_fallback_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_fetch_gv
ld: 0711-319 WARNING: Exported symbol not defined: Perl_fetch_io
ld: 0711-319 WARNING: Exported symbol not defined: Perl_find_threadsv
ld: 0711-319 WARNING: Exported symbol not defined: Perl_force_ident
ld: 0711-319 WARNING: Exported symbol not defined: Perl_force_next
ld: 0711-319 WARNING: Exported symbol not defined: Perl_force_word
ld: 0711-319 WARNING: Exported symbol not defined: Perl_ge_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_gt_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_hv_stashpv
ld: 0711-319 WARNING: Exported symbol not defined: Perl_inc_amg
ld: 0711-319 WARNING: Exported symbol not defined:
Perl_init_thread_intern
ld: 0711-319 WARNING: Exported symbol not defined: Perl_intuit_more
ld: 0711-319 WARNING: Exported symbol not defined: Perl_know_next
ld: 0711-319 WARNING: Exported symbol not defined: Perl_le_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_log_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_lshift_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_lshift_ass_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_lt_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_magic_mutexfree
ld: 0711-319 WARNING: Exported symbol not defined: Perl_malloced_size
ld: 0711-319 WARNING: Exported symbol not defined: Perl_mod_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_mod_ass_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_modkids
ld: 0711-319 WARNING: Exported symbol not defined: Perl_mstats
ld: 0711-319 WARNING: Exported symbol not defined: Perl_mult_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_mult_ass_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_my_bcopy
ld: 0711-319 WARNING: Exported symbol not defined: Perl_my_bzero
ld: 0711-319 WARNING: Exported symbol not defined: Perl_my_chsize
ld: 0711-319 WARNING: Exported symbol not defined: Perl_my_htonl
ld: 0711-319 WARNING: Exported symbol not defined: Perl_my_memcmp
ld: 0711-319 WARNING: Exported symbol not defined: Perl_my_memset
ld: 0711-319 WARNING: Exported symbol not defined: Perl_my_ntohl
ld: 0711-319 WARNING: Exported symbol not defined: Perl_my_swap
ld: 0711-319 WARNING: Exported symbol not defined: Perl_ncmp_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_ne_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_neg_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_newXSUB
ld: 0711-319 WARNING: Exported symbol not defined:
Perl_new_struct_thread
ld: 0711-319 WARNING: Exported symbol not defined: Perl_no_fh_allowed
ld: 0711-319 WARNING: Exported symbol not defined: Perl_no_op
ld: 0711-319 WARNING: Exported symbol not defined: Perl_nointrp
ld: 0711-319 WARNING: Exported symbol not defined: Perl_nomem
ld: 0711-319 WARNING: Exported symbol not defined: Perl_nomethod_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_not_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_numer_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_pow_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_pow_ass_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_pp_cswitch
ld: 0711-319 WARNING: Exported symbol not defined: Perl_pp_entersubr
ld: 0711-319 WARNING: Exported symbol not defined: Perl_pp_evalonce
ld: 0711-319 WARNING: Exported symbol not defined: Perl_pp_interp
ld: 0711-319 WARNING: Exported symbol not defined: Perl_pp_map
ld: 0711-319 WARNING: Exported symbol not defined: Perl_pp_nswitch
ld: 0711-319 WARNING: Exported symbol not defined: Perl_q
ld: 0711-319 WARNING: Exported symbol not defined: Perl_reall_srchlen
ld: 0711-319 WARNING: Exported symbol not defined: Perl_repeat_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_repeat_ass_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_rshift_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_rshift_ass_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_safexcalloc
ld: 0711-319 WARNING: Exported symbol not defined: Perl_safexfree
ld: 0711-319 WARNING: Exported symbol not defined: Perl_safexmalloc
ld: 0711-319 WARNING: Exported symbol not defined: Perl_safexrealloc
ld: 0711-319 WARNING: Exported symbol not defined: Perl_same_dirent
ld: 0711-319 WARNING: Exported symbol not defined: Perl_saw_return
ld: 0711-319 WARNING: Exported symbol not defined: Perl_scan_const
ld: 0711-319 WARNING: Exported symbol not defined: Perl_scan_formline
ld: 0711-319 WARNING: Exported symbol not defined: Perl_scan_heredoc
ld: 0711-319 WARNING: Exported symbol not defined: Perl_scan_ident
ld: 0711-319 WARNING: Exported symbol not defined: Perl_scan_inputsymbol
ld: 0711-319 WARNING: Exported symbol not defined: Perl_scan_pat
ld: 0711-319 WARNING: Exported symbol not defined: Perl_scan_prefix
ld: 0711-319 WARNING: Exported symbol not defined: Perl_scan_str
ld: 0711-319 WARNING: Exported symbol not defined: Perl_scan_subst
ld: 0711-319 WARNING: Exported symbol not defined: Perl_scan_trans
ld: 0711-319 WARNING: Exported symbol not defined: Perl_scan_word
ld: 0711-319 WARNING: Exported symbol not defined: Perl_scmp_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_seq_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_sge_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_sgt_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_sin_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_skipspace
ld: 0711-319 WARNING: Exported symbol not defined: Perl_sle_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_slt_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_sne_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_sqrt_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_string_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_subtr_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_subtr_ass_amg
ld: 0711-319 WARNING: Exported symbol not defined: Perl_sv_ref
ld: 0711-319 WARNING: Exported symbol not defined: Perl_sv_setptrobj
ld: 0711-319 WARNING: Exported symbol not defined:
Perl_too_few_arguments
ld: 0711-319 WARNING: Exported symbol not defined:
Perl_too_many_arguments
ld: 0711-319 WARNING: Exported symbol not defined: Perl_unlnk
ld: 0711-319 WARNING: Exported symbol not defined: Perl_unlock_condpair
ld: 0711-319 WARNING: Exported symbol not defined: Perl_vtbl_mutex
ld: 0711-319 WARNING: Exported symbol not defined: Perl_watchaddr
ld: 0711-319 WARNING: Exported symbol not defined: Perl_watchok
ld: 0711-319 WARNING: Exported symbol not defined: Perl_yyname
ld: 0711-319 WARNING: Exported symbol not defined: Perl_yyrule
ld: 0711-319 WARNING: Exported symbol not defined: cast_i32
ld: 0711-319 WARNING: Exported symbol not defined: cast_iv
ld: 0711-319 WARNING: Exported symbol not defined: cast_uv
------------------------------
Date: Tue, 17 Aug 1999 13:15:55 GMT
From: Jon Peterson <jpeterson@office.colt.net>
Subject: Re: Perl Image Processing Problems!!
Message-Id: <fgdu3.134$u07.1230@news.colt.net>
David Rugendyke <webmaster@razorprices.wcq.com.au> wrote:
> Hi,
> I recently acquired a search engine which ranks the results in % eg.
> 99%..45% etc. I have been trying to find a way for ages to display a
> small image of a bar graph underneath each % showing its score through
> an image. I was planning to do this by having a whole picture of a graph
Hi,
Well, I would leave Perl out of it myself. I see little benefit to the user
in having an icon that changes for a 1% change in results accuracy. I would
generate 20 static images of whatever nature (by hand, in photoshop or
whatever) and use an different image for each 5% increment in results
accuracy.
But, if you want to do perl image manipulation for fun, anyway, look at the
CPAN module Image::Magick which interfaces with the ImageMagick graphics
toolkit (which you will also need).
But finally some tips:
1. You posted your message twice, perhaps by accident. There's no need to do
this.
2. You used an exclamation mark in the subject which is usually a bad idea.
3. You didn't _REALLY_ ask a question about Perl, as such, more question
about image manipulation.
4. If you don't know what CPAN is go to www.perl.com/CPAN and read everything
that you find there :-)
------------------------------
Date: Tue, 17 Aug 1999 14:59:46 GMT
From: "kayec" <delete.the.nospam.kayec@gov.ns.ca>
Subject: Re: Perl, SQL, and O'Brain
Message-Id: <CNeu3.12$dY2.1382@sapphire.mtt.net>
ARGG !!!
After several searches i'm coming back...
WHERE OH WHERE can i find this DBI module.?? ActiveState?
Malcolm Ray wrote in message ...
>Do 'perldoc DBI' and take a look at the 'quote' method. Given a string
>in $name, the following line:
>
>my $quoted_name = $dbh->quote($name);
>
>will give you a correctly-quoted equivalent in $quoted_name, which you
>can plug into an insert.
------------------------------
Date: Tue, 17 Aug 1999 16:18:12 +0200
From: "Stefan Schulze" <stefan.schulze@wildner.de>
Subject: Re: Running a perl process as service under Win NT
Message-Id: <37b96e7f.0@news.touch.net>
Jeremy Gurney schrieb in Nachricht <7pbg9p$otf$1@nnrp1.deja.com>...
[snip]
>Use srvany.exe and instsrv.exe from the NT resource kit.
[snip]
Thanks for the help. It seems to work fine. Testing ...
Stefan Schulze
Wildner Trainingssysteme GmbH
------------------------------
Date: Tue, 17 Aug 1999 15:38:49 +0100
From: "Mujakporue, Trey" <tmujak@wcom.co.uk>
To: 'PERL NEWSGROUP' <comp.lang.perl.misc@list.deja.com>
Subject: THE CPU and LOOPS IN PERL
Message-Id: <11020643E71FD311ACAA0008C7C563F3AF2307@gblon1c3ex1.wcom.co.uk>
I needed to create a script that would continuously do a few things and not
exit (until i explicitly killed it!) but after writing and running it, i
found out that it was taking up to much CPU time and slowing the machine
down. The script in question is attached below, is there any other way i
could write this so it wouldn't use so much CPU time?
__START HERE__
#####################################################
# Author Trey A Mujakporue
# Date 19990812.
# Description.: script to count how many messages we receive in 60 secs.
#######################################################################
while (1) {
##################################
# set up the variable to be used.#
##################################
$i = 0 ; # Count variable.
$x = time() ; # get the time in seconds since 1970
$y = $x+=60 ; # add 60 seconds to the time above.
############################################################
# here we get the current days log file to use in the count!
#############################################################
$time = time() ;
@localtime = localtime($time) ;
@moretimes = localtime($time) ;
($year,$month,$date,$hour, $minute,$seconds) = @moretimes[5,4,3,2,1,0] ;
($date,$month,$year) = @localtime[3,4,5] ;
$month += 1 ; # increase the month by 1 as in the months are counted from 0
instead of 1.
$year += 1900 ; # Add 1900 to get the correct year, as the year returned is
current year minus 1900
$theotherdate = sprintf ("%d%02d%02d%02d%02d\n", $year, $month, $date,
$hour, $minute, $second ) ;
$date = sprintf ("%d%02d%02d\n", $year, $month, $date ) ;# using sprintf to
format the date.
chomp $date ;
chomp $theotherdate ;
# Using the above the date is now in the format YYMMDD.
$logfilename = "logfile_$date.log" ;
#################################
# Time to start the fun stuff!!
#################################
$file = "x://somedir//$logfilename" ; # get the logfile to use.
open (FILE, $file) ; # open it ,
seek (FILE, 0,2) ; # go to the end of the file (since we
# are only going to count the entries that
#come in after we initialize the proggy, not before
it)
do { # loop de loop! starting here.
$x = time() ; # keep getting the time. we need to keep cheking !!
while (<FILE>) { # and while the file is open
if ($_ =~ /RELAY_SUCCESS/i){ # if we match relay succces,
print $i++.", " ; #add 1 to the current value of $i
}
}
seek (FILE, 0,1) ; # errm.. cant remember what this bit does! ;o(
prolly seeks to the EOF again!
}
until ($x >= $y) ; # keep doing the above until this line is
true.
# Now we need to create a file in which to keep the count ;
open (COUNTFILE, ">x://somedir//minutecount.txt") ;
# And we also need another file to keep historical counts!!
open (HISTFILE, ">>x://somedir//mincount-history.txt") ;
print HISTFILE $theotherdate.","."$i\n" ;
print COUNTFILE $theotherdate.","."$i\n" ;
close COUNTFILE ;
close HISTFILE ;
print "closing file(s)\n" ;
sleep 2 ;
}
__END__
Trey Mujakporue
Postmaster, Messaging Services
MCIWorldCom Ltd.
+44 171 675 4164
----------------------
CONFIDENTIALITY NOTICE
This communication contains information which is confidential and may also be
privileged. It is for the exclusive use of the intended recipient(s). If you
are not the intended recipient(s), please note that any distribution, copying
or use of this communication or the information in it is strictly prohibited.
If you have received this communication in error, please notify us immediately
by telephone on +44 171 675 5000 and then destroy the email and any copies of
it. This communication is from MCI WorldCom Limited whose registered office is
at 14 Gray's Inn Road, London WC1X 8HN. Registered number 2776038.
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
Date: 17 Aug 1999 13:36:56 GMT
From: fulko@dizzy.ipo.tue.nl (Fulko van Westrenen)
Subject: www.perl.org
Message-Id: <slrn7ripbo.egs.fulko@dizzy.ipo.tue.nl>
Hello,
what's going on with www.perl.org?
Fulko
------------------------------
Date: Tue, 17 Aug 1999 13:43:07 GMT
From: marcel.grunauer@lovely.net (Marcel Grunauer)
Subject: Re: www.perl.org
Message-Id: <37bb74de.10813328@news>
On 17 Aug 1999 13:36:56 GMT, fulko@dizzy.ipo.tue.nl (Fulko van
Westrenen) wrote:
>Hello,
>
>what's going on with www.perl.org?
I think it points to some server where there are a few HTML pages and
scripts and so on. It also seems to get some hits. The authors are
updating the content regularly.
Did you have something specific in mind?
Marcel
--
perl -e 'print unpack(q$u$,q$82G5S="!!;F]T:&5R(%!E<FP@2&%C:V5R$)'
------------------------------
Date: 17 Aug 1999 13:53:20 GMT
From: fulko@dizzy.ipo.tue.nl (Fulko van Westrenen)
Subject: Re: www.perl.org
Message-Id: <slrn7riqag.emd.fulko@dizzy.ipo.tue.nl>
On Tue, 17 Aug 1999 13:43:07 GMT, Marcel Grunauer
<marcel.grunauer@lovely.net> wrote:
>On 17 Aug 1999 13:36:56 GMT, fulko@dizzy.ipo.tue.nl (Fulko van
>Westrenen) wrote:
>
>>what's going on with www.perl.org?
>
>I think it points to some server where there are a few HTML pages and
>scripts and so on. It also seems to get some hits. The authors are
>updating the content regularly.
I get a login-screen when I try to access it. Not very usefull
if you are searching for documentation etc., is it?
Fulko
------------------------------
Date: Tue, 17 Aug 1999 10:22:07 -0400
From: brian@pm.org (brian d foy)
Subject: Re: www.perl.org
Message-Id: <brian-ya02408000R1708991022070001@news.panix.com>
In article <slrn7riqag.emd.fulko@dizzy.ipo.tue.nl>, f.c.v.westrenen@tue.nl posted:
> On Tue, 17 Aug 1999 13:43:07 GMT, Marcel Grunauer
> <marcel.grunauer@lovely.net> wrote:
> >On 17 Aug 1999 13:36:56 GMT, fulko@dizzy.ipo.tue.nl (Fulko van
> >Westrenen) wrote:
> >>what's going on with www.perl.org?
> >I think it points to some server where there are a few HTML pages and
> >scripts and so on. It also seems to get some hits. The authors are
> >updating the content regularly.
> I get a login-screen when I try to access it. Not very usefull
> if you are searching for documentation etc., is it?
you can reach the old TPI site at http://tpi.perl.org.
--
brian d foy
CGI Meta FAQ <URL:http://www.smithrenaud.com/public/CGI_MetaFAQ.html>
Perl Monger Hats! <URL:http://www.pm.org/clothing.shtml>
------------------------------
Date: Tue, 17 Aug 1999 16:15:47 +0200
From: "ExtraLinux" <0616373142@sfr.net>
Subject: Re: www.perl.org
Message-Id: <7pbqv8$ec0$1@jaydee.iway.fr>
Same thing for me
------------------------------
Date: 17 Aug 1999 14:20:50 GMT
From: Randy Kobes <randy@theoryx5.uwinnipeg.ca>
Subject: Re: www.perl.org
Message-Id: <7pbr42$5ap$1@canopus.cc.umanitoba.ca>
In comp.lang.perl.misc, Fulko van Westrenen <fulko@dizzy.ipo.tue.nl> wrote:
> what's going on with www.perl.org?
Hi,
www.perl.org is now pointing to a Perl Monger's machine.
You can access the old www.perl.org (for now) at tpi.perl.org.
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: 17 Aug 1999 15:21:17 +0100
From: Jonathan Stowe <gellyfish@gellyfish.com>
Subject: Re: www.perl.org
Message-Id: <37b96fdd_1@newsread3.dircon.co.uk>
Fulko van Westrenen <fulko@dizzy.ipo.tue.nl> wrote:
> On Tue, 17 Aug 1999 13:43:07 GMT, Marcel Grunauer
> <marcel.grunauer@lovely.net> wrote:
>>On 17 Aug 1999 13:36:56 GMT, fulko@dizzy.ipo.tue.nl (Fulko van
>>Westrenen) wrote:
>>
>>>what's going on with www.perl.org?
>>
>>I think it points to some server where there are a few HTML pages and
>>scripts and so on. It also seems to get some hits. The authors are
>>updating the content regularly.
>
> I get a login-screen when I try to access it. Not very usefull
> if you are searching for documentation etc., is it?
>
In the first place www.perl.org is not the first recourse in the search for
documentation - the first should be on your local system and the second
would probably be <http://www.perl.com> .
Secondly brian d foy has posted on this matter already today - the gist of
which was that the original website of the now defunct Perl Institute has
been moved to <http://tpi.perl.org> while <http://www.perl.org> has a face
lift.
/J\
--
"Is there no demand for mechanical pussies?" - Mrs Slocombe
------------------------------
Date: 17 Aug 1999 14:28:30 GMT
From: M.Ray@ulcc.ac.uk (Malcolm Ray)
Subject: Re: www.perl.org
Message-Id: <slrn7risce.u04.M.Ray@carlova.ulcc.ac.uk>
On 17 Aug 1999 13:53:20 GMT, Fulko van Westrenen <fulko@dizzy.ipo.tue.nl>
wrote:
>On Tue, 17 Aug 1999 13:43:07 GMT, Marcel Grunauer
> <marcel.grunauer@lovely.net> wrote:
>>On 17 Aug 1999 13:36:56 GMT, fulko@dizzy.ipo.tue.nl (Fulko van
>>Westrenen) wrote:
>>
>>>what's going on with www.perl.org?
>>
>>I think it points to some server where there are a few HTML pages and
>>scripts and so on. It also seems to get some hits. The authors are
>>updating the content regularly.
>
>I get a login-screen when I try to access it. Not very usefull
>if you are searching for documentation etc., is it?
You can login if you read clpm carefully enough, hint hint.
--
Malcolm Ray University of London Computer Centre
------------------------------
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" from
almanac@ruby.oce.orst.edu. The real FAQ, as it appeared last in the
newsgroup, can be retrieved with the request "send perl-users FAQ" from
almanac@ruby.oce.orst.edu. 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" from
almanac@ruby.oce.orst.edu.
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 565
*************************************