[26405] in Perl-Users-Digest

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

Perl-Users Digest, Issue: 8576 Volume: 10

daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Thu Oct 27 09:05:26 2005

Date: Thu, 27 Oct 2005 06:05:09 -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           Thu, 27 Oct 2005     Volume: 10 Number: 8576

Today's topics:
        Can i install perl modules in tempfs(ramdisk)? <sonet.all@msa.hinet.net>
        FAQ 4.20 How do I unescape a string? <comdog@pair.com>
        Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)

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

Date: Thu, 27 Oct 2005 19:51:50 +0800
From: "sonet" <sonet.all@msa.hinet.net>
Subject: Can i install perl modules in tempfs(ramdisk)?
Message-Id: <djqf2f$3fj$1@netnews.hinet.net>

Can i install module in /usr/local/perlmods. And cp all file to
/usr/local/cache(tempfs ramdisk) when OS start.

Then setting the block of

BEGIN {
        unshift (@INC, '/usr/local/cache');
}

at top of the program.

After do that , it will more efficiency??
=======================================================
perl Makefile.PL PREFIX=/usr/local/perlmods LIB=/usr/local/perlmods
make
make install





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

Date: Thu, 27 Oct 2005 10:03:00 +0000 (UTC)
From: PerlFAQ Server <comdog@pair.com>
Subject: FAQ 4.20 How do I unescape a string?
Message-Id: <djq8kk$r29$1@reader2.panix.com>

This message is one of several periodic postings to comp.lang.perl.misc
intended to make it easier for perl programmers to find answers to
common questions. The core of this message represents an excerpt
from the documentation provided with Perl.

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

4.20: How do I unescape a string?

    It depends just what you mean by "escape". URL escapes are dealt with in
    perlfaq9. Shell escapes with the backslash ("\") character are removed
    with

        s/\\(.)/$1/g;

    This won't expand "\n" or "\t" or any other special escapes.



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

Documents such as this have been called "Answers to Frequently
Asked Questions" or FAQ for short.  They represent an important
part of the Usenet tradition.  They serve to reduce the volume of
redundant traffic on a news group by providing quality answers to
questions that keep coming up.

If you are some how irritated by seeing these postings you are free
to ignore them or add the sender to your killfile.  If you find
errors or other problems with these postings please send corrections
or comments to the posting email address or to the maintainers as
directed in the perlfaq manual page.

Note that the FAQ text posted by this server may have been modified
from that distributed in the stable Perl release.  It may have been
edited to reflect the additions, changes and corrections provided
by respondents, reviewers, and critics to previous postings of
these FAQ. Complete text of these FAQ are available on request.

The perlfaq manual page contains the following copyright notice.

  AUTHOR AND COPYRIGHT

    Copyright (c) 1997-2002 Tom Christiansen and Nathan
    Torkington, and other contributors as noted. All rights 
    reserved.

This posting is provided in the hope that it will be useful but
does not represent a commitment or contract of any kind on the part
of the contributers, authors or their agents.


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

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 8576
***************************************


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