[29883] in Perl-Users-Digest

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

Perl-Users Digest, Issue: 1126 Volume: 11

daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Mon Dec 17 06:09:39 2007

Date: Mon, 17 Dec 2007 03:09:05 -0800 (PST)
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)

Perl-Users Digest           Mon, 17 Dec 2007     Volume: 11 Number: 1126

Today's topics:
    Re: Binary to Hexadecimal conversion <spamtrap@piven.net>
        Errormsgs on GetOptions <gur.tom@gmail.com>
    Re: Help: Auto login FTP modules <josef.moellers@fujitsu-siemens.com>
        new CPAN modules on Mon Dec 17 2007 (Randal Schwartz)
    Re: perlcc failing <simonsharry@gmail.com>
    Re: Possible bug in XML:LibXML xhoster@gmail.com
    Re: Possible bug in XML:LibXML (Fergus McMenemie)
    Re: Possible bug in XML:LibXML xhoster@gmail.com
    Re: value or reference inside foreach <expr>? <sensorflo@gmail.com>
        write Microsoft Word file <larry.grant.dc@gmail.com>
    Re: write Microsoft Word file <m@rtij.nl.invlalid>
    Re: write Microsoft Word file (Mark Hobley)
    Re: write Microsoft Word file <rvtol+news@isolution.nl>
        Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)

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

Date: Sun, 16 Dec 2007 14:40:11 -0600
From: Don Piven <spamtrap@piven.net>
Subject: Re: Binary to Hexadecimal conversion
Message-Id: <uY2dnTAe6OO2EPjanZ2dnUVZ_gWdnZ2d@speakeasy.net>

Deepu wrote:
> I have a $test with 32 bit binary number.
> 
> $test = 00000000011111000000010111100100
> 
> How can i get the hexadecimal number for this.

printf "%x", oct("0b".$test) ;


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

Date: Mon, 17 Dec 2007 01:07:46 -0800 (PST)
From: Tom Gur <gur.tom@gmail.com>
Subject: Errormsgs on GetOptions
Message-Id: <6f03d693-49e0-4517-b398-1e8b2b1e24f8@w40g2000hsb.googlegroups.com>

Hi,

I'm using GetOptions in the following manner:
$getoptions_rc = GetOptions( "host=s" => \$host, "port=n" => \$port);
Now, in case the user inputs something wrong, like a letter in the
port - GetOption prints a default errormsg.
how can I suppress the print and instead store the errormsg in a
variable ?

Thanks,
Tom


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

Date: Mon, 17 Dec 2007 10:31:07 +0100
From: Josef Moellers <josef.moellers@fujitsu-siemens.com>
Subject: Re: Help: Auto login FTP modules
Message-Id: <fk5fl3$vd7$1@nntp.fujitsu-siemens.com>

Ron Bergin wrote:
> On Dec 15, 6:12 am, Amy Lee <openlinuxsou...@gmail.com> wrote:
>=20
>>Hello,
>>
>>Is there any FTP auto-login function in Perl modules?
>>
>>Thanks.
>>
>>Regards,
>>
>>Amy Lee
>=20
>=20
> I assume you mean that you're wanting to avoid including your username/=

> password in the script.  That is accomplished by using ssh keys.
> You'll want to look at Net::SFTP or Net::SSH2::SFTP or Net::SCP
>=20
> http://search.cpan.org/~dbrobins/Net-SFTP-0.10/lib/Net/SFTP.pm
> http://search.cpan.org/~dbrobins/Net-SSH2-0.18/lib/Net/SSH2/SFTP.pm
> http://search.cpan.org/~ivan/Net-SCP-0.08/SCP.pm

Another possibility would be to have some private configuration file=20
that contains user name and password and is only readable for the user,=20
e.g. like "mutt" does it. This does not, however, protect against root=20
access or people stealing your hard disk.
For sensitive information, I use a memory stick that I plug in only if=20
needed. Be aware that it may still leave traces, e.g. on the swap device.=


--=20
These are my personal views and not those of Fujitsu Siemens Computers!
Josef M=F6llers (Pinguinpfleger bei FSC)
	If failure had no penalty success would not be a prize (T.  Pratchett)
Company Details: http://www.fujitsu-siemens.com/imprint.html



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

Date: Mon, 17 Dec 2007 05:42:18 GMT
From: merlyn@stonehenge.com (Randal Schwartz)
Subject: new CPAN modules on Mon Dec 17 2007
Message-Id: <Jt6III.24rB@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.

Cache-Memcached-Fast-0.03
http://search.cpan.org/~kroki/Cache-Memcached-Fast-0.03/
Perl client for memcached, in C language 
----
Cache-Memcached-Fast-0.04
http://search.cpan.org/~kroki/Cache-Memcached-Fast-0.04/
Perl client for memcached, in C language 
----
DBIx-Class-Tree-0.02001
http://search.cpan.org/~bluefeet/DBIx-Class-Tree-0.02001/
Manipulate and anaylze tree structured data. (EXPERIMENTAL) 
----
Devel-PerlySense-0.0134
http://search.cpan.org/~johanl/Devel-PerlySense-0.0134/
IntelliSense for Perl 
----
File-Tee-0.04
http://search.cpan.org/~salva/File-Tee-0.04/
replicate data sent to a Perl stream 
----
Geo-IP-1.30
http://search.cpan.org/~tjmather/Geo-IP-1.30/
Look up country by IP Address 
----
Graphics-ColorNames-2.01
http://search.cpan.org/~rrwo/Graphics-ColorNames-2.01/
defines RGB values for common color names 
----
Graphics-ColorNames-2.02
http://search.cpan.org/~rrwo/Graphics-ColorNames-2.02/
defines RGB values for common color names 
----
HTTP-Proxy-GreaseMonkey-0.01
http://search.cpan.org/~andya/HTTP-Proxy-GreaseMonkey-0.01/
Run GreaseMonkey scripts in any browser 
----
HTTP-Proxy-GreaseMonkey-0.02
http://search.cpan.org/~andya/HTTP-Proxy-GreaseMonkey-0.02/
Run GreaseMonkey scripts in any browser 
----
IO-Lambda-0.05
http://search.cpan.org/~karasik/IO-Lambda-0.05/
non-blocking I/O in lambda style 
----
JSON-1.99_05
http://search.cpan.org/~makamaka/JSON-1.99_05/
JSON (JavaScript Object Notation) encoder/decoder 
----
MooseX-Singleton-0.03
http://search.cpan.org/~sartak/MooseX-Singleton-0.03/
turn your Moose class into a singleton 
----
Net-Google-Calendar-0.91
http://search.cpan.org/~simonw/Net-Google-Calendar-0.91/
programmatic access to Google's Calendar API 
----
NetHack-Menu-0.01
http://search.cpan.org/~sartak/NetHack-Menu-0.01/
interact with NetHack's menus 
----
Params-Clean-v0.9.3
http://search.cpan.org/~plato/Params-Clean-v0.9.3/
(Parse A Routine Allowing Modest Syntax--Casually List Explicit Arg Names): Process @_ as positional/named/flag/list/typed arguments 
----
Perl-Critic-1.081_002
http://search.cpan.org/~elliotjs/Perl-Critic-1.081_002/
Critique Perl source code for best-practices 
----
Perl-Critic-1.081_003
http://search.cpan.org/~elliotjs/Perl-Critic-1.081_003/
Critique Perl source code for best-practices 
----
Proc-InvokeEditor-1.02
http://search.cpan.org/~mstevens/Proc-InvokeEditor-1.02/
Perl extension for starting a text editor 
----
Qmail-Deliverable-1.03
http://search.cpan.org/~juerd/Qmail-Deliverable-1.03/
Determine deliverability of local addresses 
----
Sepia-0.96
http://search.cpan.org/~seano/Sepia-0.96/
Simple Emacs-Perl Interface 
----
Test-AutoBuild-1.2.2
http://search.cpan.org/~danberr/Test-AutoBuild-1.2.2/
Automated build engine controller 
----
Text-Template-Simple-0.49_09
http://search.cpan.org/~burak/Text-Template-Simple-0.49_09/
Simple text template engine 
----
Tie-Amazon-S3-0.02
http://search.cpan.org/~zakame/Tie-Amazon-S3-0.02/
tie Amazon S3 buckets to Perl hashes 
----
Wiki-Toolkit-Formatter-XHTMLMediaWiki-0.02
http://search.cpan.org/~gam/Wiki-Toolkit-Formatter-XHTMLMediaWiki-0.02/
A Mediawiki-style formatter for Wiki::Toolkit. 
----
XHTML-MediaWiki-0.03
http://search.cpan.org/~gam/XHTML-MediaWiki-0.03/
Translate Wiki markup into xhtml 
----
XML-Entities-0.02
http://search.cpan.org/~sixtease/XML-Entities-0.02/
Decode strings with XML entities 
----
YATT-0.0.1
http://search.cpan.org/~hkoba/YATT-0.0.1/
Yet Another Template Toolkit 


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: Sun, 16 Dec 2007 18:20:33 -0800 (PST)
From: Harry <simonsharry@gmail.com>
Subject: Re: perlcc failing
Message-Id: <f4c254ca-30b5-4f68-8008-e4f95ea007e2@i12g2000prf.googlegroups.com>

I installed all 7 or 8 PAR pre-requisites. Now, I'm seeing the
following. (Using Perl 5.8.7 on Cygwin.)

me@mybox [~/tmp/PAR-Packer-0.976]
$ perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for the par.exe program
Writing Makefile for PAR::Packer
me@mybox [~/tmp/PAR-Packer-0.976]
$ make
cp lib/App/Packer/PAR.pm blib/lib/App/Packer/PAR.pm
cp lib/PAR/Packer.pm blib/lib/PAR/Packer.pm
cp lib/PAR/Filter/Obfuscate.pm blib/lib/PAR/Filter/Obfuscate.pm
cp lib/PAR/Filter/PodStrip.pm blib/lib/PAR/Filter/PodStrip.pm
cp lib/PAR/StrippedPARL/Base.pm blib/lib/PAR/StrippedPARL/Base.pm
cp lib/PAR/Filter.pm blib/lib/PAR/Filter.pm
cp lib/PAR/Filter/PatchContent.pm blib/lib/PAR/Filter/PatchContent.pm
cp lib/PAR/StrippedPARL/Dynamic.pm blib/lib/PAR/StrippedPARL/
Dynamic.pm
cp lib/PAR/Filter/Bytecode.pm blib/lib/PAR/Filter/Bytecode.pm
cp lib/pp.pm blib/lib/pp.pm
cp lib/PAR/Filter/Bleach.pm blib/lib/PAR/Filter/Bleach.pm
cp lib/PAR/StrippedPARL/Static.pm blib/lib/PAR/StrippedPARL/Static.pm
/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make: *** [subdirs] Error 2
me@mybox [~/tmp/PAR-Packer-0.976]
$

Any fix / workaround for this?

Meanwhile, will give Cava and PerlBin a try. Thanks much,
/Harry


On Dec 15, 5:44 pm, Ben Morrow <b...@morrow.me.uk> wrote:
> Quoth Harry <simonsha...@gmail.com>:
>
>
>
> > I'm unable to get perlcc to convert my perl-prog.pl program to an exe.
> > The program runs just fine as a Perl script.
>
> perlcc is broken. It has never worked properly (it was always marked
> 'experimental'), and has been removed from 5.10. Whatever you are trying
> to acheive with it is probably better done using PAR.
>
> Ben



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

Date: 16 Dec 2007 22:14:51 GMT
From: xhoster@gmail.com
Subject: Re: Possible bug in XML:LibXML
Message-Id: <20071216171453.767$nt@newsreader.com>

fergus@twig.demon.co.uk (Fergus McMenemie) wrote:
> The following test script is not doing what I expect. It must be
> a bug:-) The docs I have seen state that "In a SCALAR context
> getElementsByTagName returns a XML::LibXML::NodeList object.
> Instead I see it returning a string of the combined text objects
> from all the child nodes.

Exactly where are you "seeing" this?

> I have seen this behaviour repeated on
> Mac 10.4 and Solaris 10. XML::DOM behaves as documented.
>
> use strict;
> use XML::LibXML;
>
> my($parser);
> MAIN: {
>  $parser = XML::LibXML->new();
>  test4();
>  }
>
> sub test4 {
>  print "\n","4"x50,"\n";
>  my $tree = $parser->parse_file('camelids.xml');

Where can we obtain camelids.xml in order to repeat your example?
(I've looked at the web site you linked to, and if it has it then
it isn't obvious.)

>  my $root = $tree->getDocumentElement;
>
>  my $x=($root->getElementsByTagName("common-name"));
>  print "\nx=$x\n"; # should be  number of elements in an Element array..
>                    # i think!

Despite the parenthesis, the method is called in a scalar context.  So
it should behave identically to the next piece of code.

>
>  my $y=$root->getElementsByTagName("common-name");
>  print "\ny=$y\n"; # should be a NodeList

Unless you know there is no stringification overload for NodeList, then
this print statement doesn't tell you much of anything about what $y
actually is.  Try using Data::Dumper instead.

In any event, you have told us neither what you expected to see nor what
you actually did see, I have no idea how to go about explaining this
invisible and possibly nonexistent discrepancy.

Xho

-- 
-------------------- http://NewsReader.Com/ --------------------
The costs of publication of this article were defrayed in part by the
payment of page charges. This article must therefore be hereby marked
advertisement in accordance with 18 U.S.C. Section 1734 solely to indicate
this fact.


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

Date: Sun, 16 Dec 2007 22:55:44 +0000
From: fergus@twig.demon.co.uk (Fergus McMenemie)
Subject: Re: Possible bug in XML:LibXML
Message-Id: <1i98kjz.n688w91urvepsN%fergus@twig.demon.co.uk>

<xhoster@gmail.com> wrote:

> fergus@twig.demon.co.uk (Fergus McMenemie) wrote:
> > The following test script is not doing what I expect. It must be
> > a bug:-) The docs I have seen state that "In a SCALAR context
> > getElementsByTagName returns a XML::LibXML::NodeList object.
> > Instead I see it returning a string of the combined text objects
> > from all the child nodes.
> Exactly where are you "seeing" this?
Here is what I see when I run the test script:-
 ./libxmltest.pl

44444444444444444444444444444444444444444444444444

x=Bactrian CamelDromedary, or Arabian CamelLlamaGuanacoVicuna

y=Bactrian CamelDromedary, or Arabian CamelLlamaGuanacoVicuna

z=XML::LibXML::Element=SCALAR(0x18427a4)
Bactrian Camel (Camelus bactrianus) endangered 
Dromedary, or Arabian Camel (Camelus dromedarius) no special status 
Llama (Lama glama) no special status 
Guanaco (Lama guanicoe) special concern 
Vicuna (Vicugna vicugna) endangered 

> Where can we obtain camelids.xml in order to repeat your example?
> (I've looked at the web site you linked to, and if it has it then
> it isn't obvious.)
Sorry about that. I think it is in the zip file. However it is simpler
to get it from
http://search.cpan.org/src/KHAMPTON/XML-SemanticDiff-0.95/eg/camelids.xm
l
 
> >  my $root = $tree->getDocumentElement;
> >
> >  my $x=($root->getElementsByTagName("common-name"));
> >  print "\nx=$x\n"; # should be  number of elements in an Element array..
> >                    # i think!
> Despite the parenthesis, the method is called in a scalar context.  So
> it should behave identically to the next piece of code.
Yep. Ok.

> >  my $y=$root->getElementsByTagName("common-name");
> >  print "\ny=$y\n"; # should be a NodeList
> 
> Unless you know there is no stringification overload for NodeList, then
> this print statement doesn't tell you much of anything about what $y
> actually is.  Try using Data::Dumper instead.
Tomorrow!
 
> In any event, you have told us neither what you expected to see nor what
> you actually did see, I have no idea how to go about explaining this
> invisible and possibly nonexistent discrepancy.
I expected to see something similar to:-

44444444444444444444444444444444444444444444444444

x=XML::DOM::NodeList=ARRAY(0x18bb880) 

y=XML::DOM::NodeList=ARRAY(0x180127c)

z=XML::DOM::Element=ARRAY(0x18fa3bc)
 ...... rest snipped....
 


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

Date: 16 Dec 2007 23:26:05 GMT
From: xhoster@gmail.com
Subject: Re: Possible bug in XML:LibXML
Message-Id: <20071216182608.093$7Y@newsreader.com>

fergus@twig.demon.co.uk (Fergus McMenemie) wrote:
>
> > Where can we obtain camelids.xml in order to repeat your example?
> > (I've looked at the web site you linked to, and if it has it then
> > it isn't obvious.)
> Sorry about that. I think it is in the zip file. However it is simpler
> to get it from
> http://search.cpan.org/src/KHAMPTON/XML-SemanticDiff-0.95/eg/camelids.xm
> l

OK, thanks.

>
> > >  my $y=$root->getElementsByTagName("common-name");
> > >  print "\ny=$y\n"; # should be a NodeList
> >
> > Unless you know there is no stringification overload for NodeList, then
> > this print statement doesn't tell you much of anything about what $y
> > actually is.  Try using Data::Dumper instead.
> Tomorrow!

I'll save you the weekend.  As I suspected, XML::LibXML::NodeList does have
stringification overloaded.  So when interpolated into "", it doesn't use
the default reference/object stringification like
XML::DOM::NodeList=ARRAY(0x18bb880) does, but instead it just crams
together the string version of all its elements.  I don't know the rational
for this decision, and I would probably disagree with it (I'd think I'd at
least use $" to join the strings, rather then '').  But it is what it is.

With Dumper:

 bless( [
                 bless( do{\(my $o = 6429552)}, 'XML::LibXML::Element' ),
                 bless( do{\(my $o = 6430304)}, 'XML::LibXML::Element' ),
                 bless( do{\(my $o = 6430976)}, 'XML::LibXML::Element' ),
                 bless( do{\(my $o = 6430720)}, 'XML::LibXML::Element' ),
                 bless( do{\(my $o = 6430272)}, 'XML::LibXML::Element' )
               ], 'XML::LibXML::NodeList' );


Xho

-- 
-------------------- http://NewsReader.Com/ --------------------
The costs of publication of this article were defrayed in part by the
payment of page charges. This article must therefore be hereby marked
advertisement in accordance with 18 U.S.C. Section 1734 solely to indicate
this fact.


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

Date: Sun, 16 Dec 2007 23:01:18 -0800 (PST)
From: Florian Kaufmann <sensorflo@gmail.com>
Subject: Re: value or reference inside foreach <expr>?
Message-Id: <94ea8e8f-9130-40f7-aefc-05a503b6d2b0@b40g2000prf.googlegroups.com>

So {} can have quite a lot of different semantics:
- block
- anonymous hash
- hash subscript
- hash slice
- ??? ( the @{a} thingy )

Who has the exact rules when the curly braces have which semantics?

Flo

#! /bin/perl -l
$, = q/ /;
@a = qw/global array/;
%h = (1=>a,2=>b);
{
  my @a = qw/local array/;
  print @a;
  print @{a};     # same thing. No dereferencing involved. {} is not a
block.
  print @{;"a"};  # @{ } dereferences the symbolic reference
"a" (global a). {} is a block.
  print @{;\@a};  # @{ } dereferences the hard reference \@a (local
a). {} is a block.
  print $h{1};    # {} is a hash subscript
  print @h{1,2};  # {} is a hash slice
}


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

Date: Sun, 16 Dec 2007 19:33:30 -0800 (PST)
From: Larry <larry.grant.dc@gmail.com>
Subject: write Microsoft Word file
Message-Id: <065c2d44-55cd-4cd7-9dc5-ba48b0106295@r60g2000hsc.googlegroups.com>

I have a potential project to develop (and host) a web app that has
the ability to produce reports in Microsoft Word format (client
requirement, not my idea!).  I really would like to be able to develop
this in Perl on my existing Linux server, but I'm wondering if this is
feasible or whether I would need to get a Windows server for this
project.

As far as how I would write the Word files from Perl on Linux... the
only idea I have so far is automating OpenOffice.  Is this a prudent
approach?  I don't want to paint myself into a corner.


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

Date: Mon, 17 Dec 2007 09:54:31 +0100
From: Martijn Lievaart <m@rtij.nl.invlalid>
Subject: Re: write Microsoft Word file
Message-Id: <pan.2007.12.17.08.54.31@rtij.nl.invlalid>

On Sun, 16 Dec 2007 19:33:30 -0800, Larry wrote:

> I have a potential project to develop (and host) a web app that has the
> ability to produce reports in Microsoft Word format (client requirement,
> not my idea!).  I really would like to be able to develop this in Perl
> on my existing Linux server, but I'm wondering if this is feasible or
> whether I would need to get a Windows server for this project.
> 
> As far as how I would write the Word files from Perl on Linux... the
> only idea I have so far is automating OpenOffice.  Is this a prudent
> approach?  I don't want to paint myself into a corner.

Some possible workarounds, use HTML (see http://use.perl.org/comments.pl?
sid=1005&cid=1001) or write it in RTF. Not fantastic but the world cannot 
be perfect. Or use vmware to run a Windows instance under Linux.

HTH,
M4


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

Date: Mon, 17 Dec 2007 10:08:03 GMT
From: markhobley@hotpop.deletethisbit.com (Mark Hobley)
Subject: Re: write Microsoft Word file
Message-Id: <1erh35-1mr.ln1@neptune.markhobley.yi.org>

Martijn Lievaart <m@rtij.nl.invlalid> wrote:
> 
> Some possible workarounds, use HTML

Where a word formatted document is required, I tend to use html format and 
name it using a double suffix:

 document.html.doc

The documents are then accepted as word documents within Microsoft Windows.

(You can just call it document.doc if you want.)

Regards,

Mark.

-- 
Mark Hobley
393 Quinton Road West
QUINTON
Birmingham
B32 1QE

Email: markhobley at hotpop dot donottypethisbit com

http://markhobley.yi.org/



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

Date: Mon, 17 Dec 2007 11:21:36 +0100
From: "Dr.Ruud" <rvtol+news@isolution.nl>
Subject: Re: write Microsoft Word file
Message-Id: <fk5m45.1m0.1@news.isolution.nl>

Martijn Lievaart schreef:
> Larry wrote:

>> I have a potential project to develop (and host) a web app that has
>> the ability to produce reports in Microsoft Word format (client
>> requirement, not my idea!).  I really would like to be able to
>> develop this in Perl on my existing Linux server, but I'm wondering
>> if this is feasible or whether I would need to get a Windows server
>> for this project.
>>
>> As far as how I would write the Word files from Perl on Linux... the
>> only idea I have so far is automating OpenOffice.  Is this a prudent
>> approach?  I don't want to paint myself into a corner.
>
> Some possible workarounds, use HTML (see
> http://use.perl.org/comments.pl?sid=1005&cid=1001) or write it in
> RTF. Not fantastic but the world cannot be perfect. Or use vmware to
> run a Windows instance under Linux.

I don't see RTF as a workaround. It is a sensible solution for this kind
of thing. Just put .doc at the end of the file name.

http://search.cpan.org/perldoc?RTF::Writer
http://search.cpan.org/perldoc?Pod::Simple::RTF

-- 
Affijn, Ruud

"Gewoon is een tijger."



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

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 V11 Issue 1126
***************************************


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