[28142] in Perl-Users-Digest
Perl-Users Digest, Issue: 9506 Volume: 10
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Fri Jul 21 06:05:49 2006
Date: Fri, 21 Jul 2006 03: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 Fri, 21 Jul 2006 Volume: 10 Number: 9506
Today's topics:
Can anybody help me get a job or work robic0
Re: Can anybody help me get a job or work <uri@stemsystems.com>
Re: Can anybody help me get a job or work usenet@DavidFilmer.com
Re: CGI-Timeout causing "internal server error"???? <benmorrow@tiscali.co.uk>
Re: CGI-Timeout causing "internal server error"???? usenet@DavidFilmer.com
Re: CGI-Timeout causing "internal server error"???? <zen13097@zen.co.uk>
Re: CGI.pm and lost carriage returns <benmorrow@tiscali.co.uk>
Re: CGI.pm and lost carriage returns <flavell@physics.gla.ac.uk>
Re: CGI.pm and lost carriage returns <David.Squire@no.spam.from.here.au>
Re: Clock <benmorrow@tiscali.co.uk>
Re: hex file <zen13097@zen.co.uk>
Re: Need compress-zlib example for textfile into .gz <josef.moellers@fujitsu-siemens.com>
new CPAN modules on Fri Jul 21 2006 (Randal Schwartz)
Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Thu, 20 Jul 2006 22:42:59 -0700
From: robic0
Subject: Can anybody help me get a job or work
Message-Id: <17q0c25mqin5aort6pv1ppj98f9e7s0nrf@4ax.com>
I'm almost on skid row now. I have a gun and I'm thinking of ending it all.
My family is almost starving and I have no prospects for work.
Please help!
robic0
------------------------------
Date: Fri, 21 Jul 2006 01:51:10 -0400
From: Uri Guttman <uri@stemsystems.com>
Subject: Re: Can anybody help me get a job or work
Message-Id: <x7u05bo69d.fsf@mail.sysarch.com>
>>>>> "r" == robic0 <robic0> writes:
r> I'm almost on skid row now. I have a gun and I'm thinking of ending
r> it all. My family is almost starving and I have no prospects for
r> work.
r> Please help!
no. you refuse to abide by any rules of civility here or to acknowledge
any lackings in your perl skills. why should anyone help you? i have
tried to talk some sense into you in the past and i seemed to have
succeeded for a few posts but you quickly reverted to form. i won't be
fooled twice. i also do perl headhunting but i would never recommend you
for any openings i have. you have sunk your own ship and you have to
live with the consequences. maybe this (if it is a real cry for help)
will be a life lesson for you to stop cursing and flaming those who
actually know perl and to listen to them for a change. but i doubt it
will happen until you hit rock bottom on the street like a drunken bum.
you burn your bridges even before you cross them.
uri
--
Uri Guttman ------ uri@stemsystems.com -------- http://www.stemsystems.com
--Perl Consulting, Stem Development, Systems Architecture, Design and Coding-
Search or Offer Perl Jobs ---------------------------- http://jobs.perl.org
------------------------------
Date: 21 Jul 2006 00:23:35 -0700
From: usenet@DavidFilmer.com
Subject: Re: Can anybody help me get a job or work
Message-Id: <1153466615.751770.188640@b28g2000cwb.googlegroups.com>
robic0 wrote:
> I'm almost on skid row now. I have a gun and I'm thinking of ending it all.
> My family is almost starving and I have no prospects for work.
How would that gun help your family? It sounds like the logic which
you apply to living your life is no better than the logic you use in
your programs.
You are a known troll in this newsgroup, so I'm skeptical that you are
serious. But if you ARE serious then you must realize this is not
really the place to be saying this. You need to be talking to the kind
folks at your local suicide prevention hotline.
--
David Filmer (http://DavidFilmer.com)
------------------------------
Date: Fri, 21 Jul 2006 00:31:08 +0100
From: Ben Morrow <benmorrow@tiscali.co.uk>
Subject: Re: CGI-Timeout causing "internal server error"????
Message-Id: <sag5p3-j9s.ln1@osiris.mauzo.dyndns.org>
Quoth Carl Lafferty <laff7430@bellsouth.net>:
> I have posted before and received a LOT of help on a project for my
> public library. Right now I am having an issue using that information.
>
> I was able to get my net::telnet application to work. it returns the
> information that I want and I am in the process of converting it to a
> usable script but I have run into a problem.
>
> When the code executes I have the CGI display a form asking for a title
> to search for and give them a submit button. say you enter "Tom Swift".
> my script is then called again with that parameter, spends a few seconds
> talking to the telnet server I have to talk to and then returns my data.
> This works PERFECTLY (well some warnings but I will work those out
> later) from the commandline. (I simulate the 'get something from the
> script' code to run from cmd line)
If you use CGI.pm (which you do) you can run the script from the
command-line and CGI.pm will deal with faking the CGI environment for
you. Then you can be *sure* you haven't messed anything else up while
converting. See CGI's docs.
Ben
--
Joy and Woe are woven fine,
A Clothing for the Soul divine William Blake
Under every grief and pine 'Auguries of Innocence'
Runs a joy with silken twine. benmorrow@tiscali.co.uk
------------------------------
Date: 21 Jul 2006 00:32:02 -0700
From: usenet@DavidFilmer.com
Subject: Re: CGI-Timeout causing "internal server error"????
Message-Id: <1153467122.225993.19450@i3g2000cwc.googlegroups.com>
Carl Lafferty wrote:
> newbooks.cgi: Can't locate object method "new" via package "CGI" at
> ./newbooks.cgi line 153.
Great - something you can Google!
Are you sure you have something like this in your code:
use CGI;
--
David Filmer (http://DavidFilmer.com)
------------------------------
Date: 21 Jul 2006 08:19:26 GMT
From: Dave Weaver <zen13097@zen.co.uk>
Subject: Re: CGI-Timeout causing "internal server error"????
Message-Id: <44c08e0e$0$5218$db0fefd9@news.zen.co.uk>
Carl Lafferty <laff7430@bellsouth.net> wrote:
Not explicity related to your problem, but some things you should
consider...
> #!/usr/bin/perl
>
> use Net::Telnet;
> #use warnings;
Don't comment this line out - with it perl will give you warnings when
things are wrong. If you don't like the warnings, fix the relevant
line of code, don't disable the warnings. If your smoke alarm started
beeping would you look for the smoke, or unplug the alarm?
Also, add "use strict;" and then declare all your variables using "my"
at the appropriate point. This will prevent you making spelling errors
in variable names, and force you to think about the scope of your
variables, increasing the robustness of your code.
See "Coping with Scoping":
http://perl.plover.com/FAQs/Namespaces.html
...
> sub getsearchresults
> {
> &connect();
The "&" on the subroutine call has a special meaning - if you do not
know the meaning or require its affects, you should leave off the "&".
connect();
...
> $main = 1;
> @titles = ();
> @cards = ();
> @available = ();
> while ($main < 2) {
If you only want to loop X amount of times, better to use a for()
looop. For example, to loop six times:
for my $main ( 1 .. 6 ) {
And if you're not even using $main for anything (other than the loop
count) you could use:
for ( 1 .. 6 ) {
> $count = 1;
> while ($count <= $howmany-1) {
Again, you're simply looping for a set amount of iterations:
for my $count ( 1 .. $howmany-1 ) {
> ($info) = $galaxy->waitfor("/\x8f/");
> ($controlnum) = $galaxy->waitfor("/\x8f/");
> ($hilite) = $galaxy->waitfor("/\x8f/");
> $titles[$count] = $info . "|" . $controlnum . "|" . $hilite;
To add an item to an array, just use 'push' - then there's no need to
keep a track of the end index;
push @titles, $info . "|" . $controlnum . "|" . $hilite;
> $count = $count + 1;
This is no longer needed if you use the for() loop.
> } #while $count
> #clear out buffer
> $galaxy->waitfor("/\x8f/");
> $galaxy->waitfor("/\x8f/");
> $main = $main + 1;
No longer needed if you use the for() loop.
> }
So your code becomes:
my @titles;
for ( 1 .. 2 ) { # this is one more iteration than you had
# included here for illustrative purposes
for my $count ( 1 .. $howmany-1 ) {
# Notice that aligning the "=" on the lines below
# makes the code more readable.
($info) = $galaxy->waitfor("/\x8f/");
($controlnum) = $galaxy->waitfor("/\x8f/");
($hilite) = $galaxy->waitfor("/\x8f/");
push @titles, $info . "|" . $controlnum . "|" . $hilite;
}
# Clear out buffer
$galaxy->waitfor("/\x8f/");
$galaxy->waitfor("/\x8f/");
}
...
> sub displaysearchresults
> {
...
> $line = "";
> foreach $line (@titles) { print "$line <br>\n"; }
Better written as:
foreach my $line (@titles) {
print "$line <br>\n";
}
Or even better:
print "$_ <br>\n" for @titles;
------------------------------
Date: Fri, 21 Jul 2006 00:19:12 +0100
From: Ben Morrow <benmorrow@tiscali.co.uk>
Subject: Re: CGI.pm and lost carriage returns
Message-Id: <gkf5p3-j9s.ln1@osiris.mauzo.dyndns.org>
Quoth David Squire <David.Squire@no.spam.from.here.au>:
> Justin C wrote:
> > On 2006-07-20, David Squire <David.Squire@no.spam.from.here.au> wrote:
> >> How and where are you displaying $value to make this judgment? In a web
> >> browser? If so, not that HTML does not recognize carriage returns - it
> >> uses <BR> (or <BR/> for XHTML :) ) to indicate line breaks.
> >
> > I don't like to get pedantic but I like even less incorrect information
> > being passed on.
> >
> > XHTML is lower case only, at least from 1.0 onwards. So that'd be <br/>.
>
> Yikes. I had no idea. Thanks for that. No browser that I know of yet cares.
I'd be very surprised if Mozilla-based browsers didn't object *if* you
serve the XHTML as XHTML (i.e. with an XML content-type). If you serve
it as HTML (which is wrong anyway, AppC of the XHTML spec
notwithstanding) then the browser will parse it by HTML's rules. In this
case you'd be much better off using HTML instead.
> I had (wrongly) assumed that it continued the (perhaps de facto) case
> insensitivity of HTML.
>
> I must admit that I can't see any advantage to case-sensitivity for
> XHTML tokens, particularly given the history of HTML.
All XML element names are case-sensitive.
Ben
--
For far more marvellous is the truth than any artists of the past imagined!
Why do the poets of the present not speak of it? What men are poets who can
speak of Jupiter if he were like a man, but if he is an immense spinning
sphere of methane and ammonia must be silent?~Feynmann~benmorrow@tiscali.co.uk
------------------------------
Date: Fri, 21 Jul 2006 09:58:46 +0100
From: "Alan J. Flavell" <flavell@physics.gla.ac.uk>
Subject: Re: CGI.pm and lost carriage returns
Message-Id: <Pine.LNX.4.64.0607210941420.32125@ppepc87.ph.gla.ac.uk>
On Thu, 20 Jul 2006, David Squire wrote:
> Joseph Czapski wrote:
> > Using
> >
> > $value = $q->param($name);
> >
> > gives me the text with all the carriage returns deleted. Some
> > words are just stuck together where they were separated by only
> > one or more carriage returns.
>
> How and where are you displaying $value to make this judgment? In a
> web browser? If so, not that HTML does not recognize carriage
> returns - it uses <BR> (or <BR/> for XHTML :) ) to indicate line
> breaks.
Apart from being wrong in detail, as already pointed out, this seems
to me to be bizarrely wrong at the level of principles too. Even
though they are, strictly speaking, off-topic for this group, I feel
bound to make a comment.
The format of a submitted textarea is reasonably well specified in the
real HTML specification,
http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.7
(in conjunction with
http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.13.3 ).
(This is not confuddled by proprietary "wrap=" attributes, which are
implemented in diverse and confusing ways. Obviously I've noted the
subsequent discussion about browsers inserting newlines for local
display purposes only, and not sending them as part of the submitted
data).
Anyhow, my point is that the submitted data (once the form submission
encoding layer has been unwrapped at the server side) is in principle
*plain text*.
Sure, that plain text *could* be HTML "source", or equally it could be
C++ source or a Perl script or... just plain *plain text*.
The idea of simply stuffing-in <br> tags wherever a newline is seen in
the source is quite bizarre to me. If you want to produce proper HTML
from what was meant to be plain text then you need a properly defined
procedure for doing so (you see such functionality in the
editing features of various Wikis, for example).
On the other hand if your users are expecting to be inputting HTML
"source code", you sure don't want to go inserting unsolicited tags.
You might very well want to analyze the input for potentially
compromising markup, though (scripting attacks and such).
> Still, it should at least treat them as white space...
What's "it" meant to be in this sentence? Have we even understood
what it is that the O.P is intending to achieve? Whatever it is, I'm
highly sceptical of the server-side processing merely sprinkling the
input with <br> tags instead of newlines, and nothing more: it does
not seem to be a solution to any variant of this problem that I can
think of. BICBW, of course.
regards
--
If the crash doesn't occur immediately, the [development] cycle is broken,
and the result is called a release. -- detha, in the monastery.
------------------------------
Date: Fri, 21 Jul 2006 10:32:59 +0100
From: David Squire <David.Squire@no.spam.from.here.au>
Subject: Re: CGI.pm and lost carriage returns
Message-Id: <e9q70b$9tb$1@gemini.csx.cam.ac.uk>
Alan J. Flavell wrote:
> I'm
> highly sceptical of the server-side processing merely sprinkling the
> input with <br> tags instead of newlines, and nothing more: it does
> not seem to be a solution to any variant of this problem that I can
> think of. BICBW, of course.
Hmmm. I see it so often that I would almost call it a FAQ. People ask
"where did my linebreaks go?" when displaying text in a browser. This is
due to not realizing that HTML does not use CR, LF etc. for this purpose.
A common situation where this might arise is a simple comment field
where the comment typed is to be displayed on an HTML page, and the
designer wants user newlines to be retained in formatting. Often <BR>
tags is all that is needed to get the desired effect... and indeed the
OP has already indicated that doing just that solved his problem.
DS
------------------------------
Date: Fri, 21 Jul 2006 00:26:56 +0100
From: Ben Morrow <benmorrow@tiscali.co.uk>
Subject: Re: Clock
Message-Id: <03g5p3-j9s.ln1@osiris.mauzo.dyndns.org>
Quoth "TheOrangeRemix" <fgchan@gmail.com>:
> Hi,
>
> I would like to set up a script that includes a Windows API interface
> of a pop-up that displays a changeable date and time. Whatever date and
> time is set, the program will input that data into a time array.
>
> For example, I if I run the program, set today's date and time on the
> interface: July 20, 2006 10:40 AM, it will output the result into an
> array like this:
>
> @runtime = (0, 40, 10, 20, 6, 2006); ### (seconds, minutes, hours, day,
> month (-1), year)
>
> I guess there are two questions involved: how do I call the described
> API and how does it get placed into an array for processing?
Win32::GUI is the literal answer to your question. It hides very little
of the Win32 API though, so it may be rather hard to use.
I quite liked Win32::GUI::XMLBuilder when I was playing with it, but I
didn't try to do anything serious.
Tk used to be the standard GUI toolkit for Perl, but it seems to be
looked-down-upon nowadays.
Wx is what most people would recommend now, though as I understand it
the Perl documentation is somewhat poor, and you have to use the C++
docs.
TMTOWTDI :)
Ben
--
I touch the fire and it freezes me, [benmorrow@tiscali.co.uk]
I look into it and it's black.
Why can't I feel? My skin should crack and peel---
I want the fire back... Buffy, 'Once More With Feeling'
------------------------------
Date: 21 Jul 2006 08:39:50 GMT
From: Dave Weaver <zen13097@zen.co.uk>
Subject: Re: hex file
Message-Id: <44c092d6$0$5218$db0fefd9@news.zen.co.uk>
lily12a@gmail.com <lily12a@gmail.com> wrote:
>
> Please help if anyone knows. I would highly appreciate it. This is my
> question.
>
> Input array will include values: 4C, 49, 4C, 59
> How to assign these values in to an array of hex value.
Those are already hex values!
Your question is too vague - please see the posting guidelines that
are posted to this group regularly.
Perhaps you mean something like this:
my @input_array = qw(4C 49 4C 59);
my @values = map { hex $_ } @input_array;
But perhaps not. Your question needs to be clearer.
------------------------------
Date: Fri, 21 Jul 2006 08:32:39 +0200
From: Josef Moellers <josef.moellers@fujitsu-siemens.com>
Subject: Re: Need compress-zlib example for textfile into .gz
Message-Id: <e9pshi$vhi$1@nntp.fujitsu-siemens.com>
Marc Bauer wrote:
> hi
>=20
> i tryed this and it produces corrupt files.
>=20
>=20
> use Compress::Zlib;
>=20
> my $tmpdir=3D'./tmp';
> my $outputdir=3D'.';
>=20
> my $inputfile=3D"$tmpdir/test.txt";
> my $outputfile=3D"$outputdir/test.txt.gz";
>=20
> binmode FILE;
> open (FILE, '<', $inputfile) or die "Could not open $inputfile: $!\n";
Hmmm, dunno ... I always use it the other way round:
open(my $fh, ...);
binmode $fh;
Remember:
use strict;
use warnings;
would have told you
binmode() on unopened filehandle FILE at - line ...
--=20
Josef M=F6llers (Pinguinpfleger bei FSC)
If failure had no penalty success would not be a prize
-- T. Pratchett
------------------------------
Date: Fri, 21 Jul 2006 04:42:07 GMT
From: merlyn@stonehenge.com (Randal Schwartz)
Subject: new CPAN modules on Fri Jul 21 2006
Message-Id: <J2qL27.1wJL@zorch.sf-bay.org>
The following modules have recently been added to or updated in the
Comprehensive Perl Archive Network (CPAN). You can install them using the
instructions in the 'perlmodinstall' page included with your Perl
distribution.
AIX-Perfstat-0.01
http://search.cpan.org/~aciddeath/AIX-Perfstat-0.01/
Perl extension for blah blah blah
----
AIX-Perfstat-0.02
http://search.cpan.org/~aciddeath/AIX-Perfstat-0.02/
Perl wrapper for perfstat() functions.
----
App-SimpleScan-1.15
http://search.cpan.org/~mcmahon/App-SimpleScan-1.15/
simple_scan's core code
----
Astro-SpaceTrack-0.022
http://search.cpan.org/~wyant/Astro-SpaceTrack-0.022/
Retrieve orbital data from www.space-track.org.
----
Catalyst-Runtime-5.7001
http://search.cpan.org/~mramberg/Catalyst-Runtime-5.7001/
Catalyst Runtime version
----
Class-Accessor-Named-0.003
http://search.cpan.org/~jesse/Class-Accessor-Named-0.003/
Better profiling output for Class::Accessor
----
Class-Inflate-0.03
http://search.cpan.org/~kolibrie/Class-Inflate-0.03/
Inflate HASH Object from Values in Database
----
Config-Model-0.601
http://search.cpan.org/~ddumont/Config-Model-0.601/
Model to create configuration validation tool
----
Debian-Package-HTML-0.1
http://search.cpan.org/~bureado/Debian-Package-HTML-0.1/
----
Devel-Pler-0.09
http://search.cpan.org/~adamk/Devel-Pler-0.09/
----
Digest-CMAC-0.02
http://search.cpan.org/~oyama/Digest-CMAC-0.02/
The One-key CBC MAC message authentication code.
----
EasyDBAccess-3.0.4
http://search.cpan.org/~foolfish/EasyDBAccess-3.0.4/
Perl Database Access Interface
----
EasyDBAccess-3.0.5
http://search.cpan.org/~foolfish/EasyDBAccess-3.0.5/
Perl Database Access Interface
----
EasyDBAccess-3.0.6
http://search.cpan.org/~foolfish/EasyDBAccess-3.0.6/
Perl Database Access Interface
----
EekBoek-0.92
http://search.cpan.org/~jv/EekBoek-0.92/
Bookkeeping software for small and medium-size businesses
----
File-HStore-0.08
http://search.cpan.org/~adulau/File-HStore-0.08/
Perl extension to store files on a filesystem using a very simple hash-based storage.
----
File-Marker-0.12
http://search.cpan.org/~dagolden/File-Marker-0.12/
Set and jump between named position markers on a filehandle
----
File-RandomLine-0.18
http://search.cpan.org/~dagolden/File-RandomLine-0.18/
Retrieve random lines from a file
----
Finance-QIF-2.04
http://search.cpan.org/~mmcgillis/Finance-QIF-2.04/
Parse and create Quicken Interchange Format files
----
HTML-WikiConverter-0.60
http://search.cpan.org/~diberri/HTML-WikiConverter-0.60/
Convert HTML to wiki markup
----
HTML-WikiConverter-DokuWiki-0.52
http://search.cpan.org/~diberri/HTML-WikiConverter-DokuWiki-0.52/
Convert HTML to DokuWiki markup
----
HTML-WikiConverter-Markdown-0.02
http://search.cpan.org/~diberri/HTML-WikiConverter-Markdown-0.02/
Convert HTML to Markdown markup
----
HTML-WikiConverter-MediaWiki-0.53
http://search.cpan.org/~diberri/HTML-WikiConverter-MediaWiki-0.53/
Convert HTML to MediaWiki markup
----
HTML-WikiConverter-MoinMoin-0.53
http://search.cpan.org/~diberri/HTML-WikiConverter-MoinMoin-0.53/
Convert HTML to MoinMoin markup
----
HTML-WikiConverter-Oddmuse-0.52
http://search.cpan.org/~diberri/HTML-WikiConverter-Oddmuse-0.52/
Convert HTML to Oddmuse markup
----
HTML-WikiConverter-PmWiki-0.51
http://search.cpan.org/~diberri/HTML-WikiConverter-PmWiki-0.51/
Convert HTML to PmWiki markup
----
HTTP-Cookies-iCab-1.07
http://search.cpan.org/~bdfoy/HTTP-Cookies-iCab-1.07/
Cookie storage and management for iCab
----
HTTP-Server-Simple-Static-0.04
http://search.cpan.org/~sjquinney/HTTP-Server-Simple-Static-0.04/
Serve static files with HTTP::Server::Simple
----
IO-Socket-SSL-0.992
http://search.cpan.org/~sullr/IO-Socket-SSL-0.992/
Nearly transparent SSL encapsulation for IO::Socket::INET.
----
IO-Socket-SSL-0.993
http://search.cpan.org/~sullr/IO-Socket-SSL-0.993/
Nearly transparent SSL encapsulation for IO::Socket::INET.
----
IPC-Open3-Simple-0.04
http://search.cpan.org/~erwan/IPC-Open3-Simple-0.04/
A simple alternative to IPC::Open3
----
MDV-Distribconf-2.00
http://search.cpan.org/~nanardon/MDV-Distribconf-2.00/
Read and write config of a Mandriva Linux distribution tree
----
MDV-Distribconf-2.01
http://search.cpan.org/~nanardon/MDV-Distribconf-2.01/
Read and write config of a Mandriva Linux distribution tree
----
MDV-Repsys-0.03
http://search.cpan.org/~nanardon/MDV-Repsys-0.03/
----
Mac-PropertyList-SAX-0.05
http://search.cpan.org/~kulp/Mac-PropertyList-SAX-0.05/
work with Mac plists at a low level (with real XML parsers)
----
Mail-Address-MobileJp-0.05
http://search.cpan.org/~miyagawa/Mail-Address-MobileJp-0.05/
mobile email address in Japan
----
Mail-OpenRelay-Simple-0.02
http://search.cpan.org/~mcantoni/Mail-OpenRelay-Simple-0.02/
check if a mail server runs as an open relay.
----
Math-Random-MT-Auto-5.02
http://search.cpan.org/~jdhedden/Math-Random-MT-Auto-5.02/
Auto-seeded Mersenne Twister PRNGs
----
Maypole-2.11_pre5
http://search.cpan.org/~teejay/Maypole-2.11_pre5/
MVC web application framework
----
Module-CPANTS-Analyse-0.62
http://search.cpan.org/~domm/Module-CPANTS-Analyse-0.62/
Generate Kwalitee ratings for a distribution
----
Module-CPANTS-ProcessCPAN-0.61
http://search.cpan.org/~domm/Module-CPANTS-ProcessCPAN-0.61/
Generate Kwalitee ratings for the whole CPAN
----
Module-CPANTS-Site-0.61
http://search.cpan.org/~domm/Module-CPANTS-Site-0.61/
Catalyst based application
----
Net-Address-Ethernet-1.076
http://search.cpan.org/~mthurn/Net-Address-Ethernet-1.076/
find hardware ethernet address
----
Net-Address-Ethernet-1.077
http://search.cpan.org/~mthurn/Net-Address-Ethernet-1.077/
find hardware ethernet address
----
Object-Declare-0.09
http://search.cpan.org/~audreyt/Object-Declare-0.09/
Declarative object constructor
----
PDL-Fit-Levmar-0.0083
http://search.cpan.org/~jlapeyre/PDL-Fit-Levmar-0.0083/
Levenberg-Marquardt fit/optimization routines
----
POSIX-RT-Semaphore-0.02
http://search.cpan.org/~mjp/POSIX-RT-Semaphore-0.02/
Perl interface to POSIX.1b semaphores
----
Parse-EventLog-0.7
http://search.cpan.org/~jeagle/Parse-EventLog-0.7/
Parse information from Windows Event Logs
----
Scalar-Defer-0.05
http://search.cpan.org/~audreyt/Scalar-Defer-0.05/
Calculate values on demand
----
Scalar-Defer-0.06
http://search.cpan.org/~audreyt/Scalar-Defer-0.06/
Calculate values on demand
----
Search-Xapian-0.9.6.0
http://search.cpan.org/~kilinrax/Search-Xapian-0.9.6.0/
Perl XS frontend to the Xapian C++ search library.
----
Symantec-PCAnywhere-Profile-0.04
http://search.cpan.org/~kulp/Symantec-PCAnywhere-Profile-0.04/
Base class for pcAnywhere utility functions
----
Symantec-PCAnywhere-Profile-0.05
http://search.cpan.org/~kulp/Symantec-PCAnywhere-Profile-0.05/
Base class for pcAnywhere utility functions
----
Test-Dependencies-0.07
http://search.cpan.org/~zev/Test-Dependencies-0.07/
Ensure that your Makefile.PL specifies all module dependencies
----
Text-Markdown-ApacheHandler-0.03
http://search.cpan.org/~kulp/Text-Markdown-ApacheHandler-0.03/
Processes files with Markdown syntax for Apache
----
WWW-OpenSearch-0.06_02
http://search.cpan.org/~bricas/WWW-OpenSearch-0.06_02/
Search A9 OpenSearch compatible engines
----
Win32-Crypt-0.00_003
http://search.cpan.org/~esskar/Win32-Crypt-0.00_003/
----
Win32-SDDL-0.02
http://search.cpan.org/~tojo/Win32-SDDL-0.02/
SDDL parsing module for Windows
----
XML-Atom-0.21_02
http://search.cpan.org/~miyagawa/XML-Atom-0.21_02/
Atom feed and API implementation
----
YAML-Syck-0.63
http://search.cpan.org/~audreyt/YAML-Syck-0.63/
Fast, lightweight YAML loader and dumper
If you're an author of one of these modules, please submit a detailed
announcement to comp.lang.perl.announce, and we'll pass it along.
This message was generated by a Perl program described in my Linux
Magazine column, which can be found on-line (along with more than
200 other freely available past column articles) at
http://www.stonehenge.com/merlyn/LinuxMag/col82.html
print "Just another Perl hacker," # the original
--
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!
------------------------------
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 9506
***************************************