[26318] in Perl-Users-Digest
Perl-Users Digest, Issue: 8493 Volume: 10
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Thu Oct 6 18:05:39 2005
Date: Thu, 6 Oct 2005 15:05:05 -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, 6 Oct 2005 Volume: 10 Number: 8493
Today's topics:
installing module manually in windows <noresp@aaa.aaa>
Re: Is there a Perl Module The Does GCC like precompile <tadmc@augustmail.com>
Is there a Perl Module The Does GCC like precompile on <Random@Task.be>
variable question <ovelozohnospam@stopspammingglasfloss.com>
Re: variable question <abigail@abigail.nl>
Re: variable question <darkon.tdo@gmail.com>
Re: variable question <tadmc@augustmail.com>
Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Thu, 06 Oct 2005 18:11:57 +0000
From: mike<noresp@aaa.aaa>
Subject: installing module manually in windows
Message-Id: <u4qak1pu0g9m6naf7hphn1lp3cubln8oeh@4ax.com>
ive downloaded WWW-Search-Ebay-2.215 to search ebay.co.uk.
i have activetstate installed on xp. i have tried to use ppm to
search for this file but it cant find it, so i downloaded it to my
desktop and now i dont know what to do next.
im a beginner at perl, but know a C++ so i can follow some of the
code.
------------------------------
Date: Thu, 6 Oct 2005 16:22:44 -0500
From: Tad McClellan <tadmc@augustmail.com>
Subject: Re: Is there a Perl Module The Does GCC like precompile on C++ files ?
Message-Id: <slrndkb5d4.t8.tadmc@magna.augustmail.com>
Random Task <Random@Task.be> wrote:
> Is there a Perl Module The Does GCC like precompile on C++ files ?
If you mean a preprocessor, then see the -P switch in
perldoc perlrun
--
Tad McClellan SGML consulting
tadmc@augustmail.com Perl programming
Fort Worth, Texas
------------------------------
Date: Thu, 06 Oct 2005 16:38:27 -0400
From: Random Task <Random@Task.be>
Subject: Is there a Perl Module The Does GCC like precompile on C++ files ?
Message-Id: <5Xf1f.3287$R4.500378@news20.bellglobal.com>
Is there a Perl Module The Does GCC like precompile on C++ files ?
I am not seeing anything on CPAN ... but maybe my coffee has not kicked
in yet :-)
Cheers,
Jim
www.gomba.ca
------------------------------
Date: Thu, 06 Oct 2005 20:16:39 GMT
From: "M0stro" <ovelozohnospam@stopspammingglasfloss.com>
Subject: variable question
Message-Id: <HCf1f.1314$dB4.921@newssvr12.news.prodigy.com>
what is the difference between a variable, example - $var, and a variable
written like {$var}
how would I add a wildcard to a variable that's inside of brackets
also, what is this character called - {
it's not a bracket
------------------------------
Date: 06 Oct 2005 20:55:44 GMT
From: Abigail <abigail@abigail.nl>
Subject: Re: variable question
Message-Id: <slrndkb3qf.vg2.abigail@alexandra.abigail.nl>
M0stro (ovelozohnospam@stopspammingglasfloss.com) wrote on MMMMCDXIX
September MCMXCIII in <URL:news:HCf1f.1314$dB4.921@newssvr12.news.prodigy.com>:
<> what is the difference between a variable, example - $var, and a variable
<> written like {$var}
$var is just the variable. {$var} is a variable inside braces, but without
context, it's impossible to know what the braces are. It could be a block,
it could be an anonymous hash (just a key, no value), or it could be a
hash index. Whatever it is, {$var} is a variable in some context.
<> how would I add a wildcard to a variable that's inside of brackets
What do you mean by that?
<> also, what is this character called - {
<>
<> it's not a bracket
Opening brace, left brace, opening curly bracket, left curly bracket,
moustache, ...
Abigail
--
srand 123456;$-=rand$_--=>@[[$-,$_]=@[[$_,$-]for(reverse+1..(@[=split
//=>"IGrACVGQ\x02GJCWVhP\x02PL\x02jNMP"));print+(map{$_^q^"^}@[),"\n"
------------------------------
Date: Thu, 06 Oct 2005 21:07:33 -0000
From: "David K. Wall" <darkon.tdo@gmail.com>
Subject: Re: variable question
Message-Id: <Xns96E7AE35AD025dkwwashere@216.168.3.30>
M0stro <ovelozohnospam@stopspammingglasfloss.com> wrote:
> what is the difference between a variable, example - $var, and a
> variable written like {$var}
I think you mean ${var}. Look in perldata, starting with the paragraph
that begins "As in some shells". If you don't mean ${var}, then its
meaning depends on the context.
> how would I add a wildcard to a variable that's inside of brackets
I don't know what that means.
------------------------------
Date: Thu, 6 Oct 2005 16:26:05 -0500
From: Tad McClellan <tadmc@augustmail.com>
Subject: Re: variable question
Message-Id: <slrndkb5jd.t8.tadmc@magna.augustmail.com>
M0stro <ovelozohnospam@stopspammingglasfloss.com> wrote:
> what is the difference between a variable, example - $var, and a variable
> written like {$var}
We cannot tell without seeing what context the {$var} usage is in.
If you instead meant what is the difference between $var and ${var},
then the answer is: there is no difference.
> how would I add a wildcard to a variable that's inside of brackets
I don't understand your question there...
> also, what is this character called - {
>
> it's not a bracket
It is a "curly brace" or "curly bracket".
--
Tad McClellan SGML consulting
tadmc@augustmail.com Perl programming
Fort Worth, Texas
------------------------------
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 8493
***************************************