[33079] in Perl-Users-Digest

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

Perl-Users Digest, Issue: 4355 Volume: 11

daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Sat Jan 24 21:09:18 2015

Date: Sat, 24 Jan 2015 18: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           Sat, 24 Jan 2015     Volume: 11 Number: 4355

Today's topics:
    Re: I am trying to find the programmer that wrote the P <gogala.mladen@gmail.com>
    Re: What is ++ operation <gogala.mladen@gmail.com>
        Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)

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

Date: Sun, 25 Jan 2015 01:40:24 +0000 (UTC)
From: Mladen Gogala <gogala.mladen@gmail.com>
Subject: Re: I am trying to find the programmer that wrote the Perl scripts for QuizPlease in about 1997.
Message-Id: <pan.2015.01.25.01.40.56@gmail.com>

On Thu, 22 Jan 2015 13:28:28 -0800, gnewton574 wrote:

> On Thursday, January 22, 2015 at 3:06:06 AM UTC-9, George Mpouras wrote:
>> On 22/1/2015 12:01, gnewton574@gmail.com wrote:
>> > Moneytree Software.
>> 
>> 
>> Usually people place their name at the top comment lines After all it
>> is Perl, how difficult could be to re-engineering them ?!
> 
> No name on this one.

Then contact Anonymous. They never forget, so they should remember the 
script they wrote.



-- 
Mladen Gogala
The Oracle Whisperer
http://mgogala.byethost5.com
Je suis Charlie


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

Date: Sun, 25 Jan 2015 01:37:26 +0000 (UTC)
From: Mladen Gogala <gogala.mladen@gmail.com>
Subject: Re: What is ++ operation
Message-Id: <pan.2015.01.25.01.37.58@gmail.com>

On Thu, 15 Jan 2015 22:09:45 -0600, Paul Gekakis wrote:

> thanks

That is easy to determine:

[mgogala@medo ~]$ perl -e '$i=1; print ++$i."\n";'
2
[mgogala@medo ~]$ perl -e '$i=1; print $i++."\n";print "$i\n";'
1
2

That's a very simple DIY method to answer your question.



-- 
Mladen Gogala
The Oracle Whisperer
http://mgogala.byethost5.com
Je suis Charlie


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

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:

To submit articles to comp.lang.perl.announce, send your article to
clpa@perl.com.

Back issues are available via anonymous ftp from
ftp://cil-www.oce.orst.edu/pub/perl/old-digests. 

#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 4355
***************************************


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