[26496] in Perl-Users-Digest

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

Perl-Users Digest, Issue: 8656 Volume: 10

daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Fri Nov 11 14:05:36 2005

Date: Fri, 11 Nov 2005 11:05: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           Fri, 11 Nov 2005     Volume: 10 Number: 8656

Today's topics:
        alphanumeric counter - howto? <Oliver-Bleckmann@freenet.de>
    Re: alphanumeric counter - howto? <no@email.com>
    Re: Problems with while loop <rvtol+news@isolution.nl>
    Re: Problems with while loop <1usa@llenroc.ude.invalid>
    Re: The Evil American Corprotocracy <rvtol+news@isolution.nl>
        Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)

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

Date: Fri, 11 Nov 2005 18:33:57 +0100
From: "Oliver Bleckmann" <Oliver-Bleckmann@freenet.de>
Subject: alphanumeric counter - howto?
Message-Id: <dl2krm$3p6$1@newsserver.rz.tu-ilmenau.de>

Hi,
I need an alphanumeric counter, which counts from 000000 to ZZZZZZ.
Is there an easy way to do this?

Thanks.

PS: Can perl calculate with alphanumeric numbers?





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

Date: Fri, 11 Nov 2005 17:52:49 +0000
From: Brian Wakem <no@email.com>
Subject: Re: alphanumeric counter - howto?
Message-Id: <3tk43hFt3jm2U1@individual.net>

Oliver Bleckmann wrote:

> Hi,
> I need an alphanumeric counter, which counts from 000000 to ZZZZZZ.
> Is there an easy way to do this?
> 
> Thanks.
> 
> PS: Can perl calculate with alphanumeric numbers?


Does this help?
http://search.cpan.org/~rhenssel/Math-Base36-0.02/Base36.pm


-- 
Brian Wakem
Email: http://homepage.ntlworld.com/b.wakem/myemail.png


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

Date: Fri, 11 Nov 2005 13:52:00 +0100
From: "Dr.Ruud" <rvtol+news@isolution.nl>
Subject: Re: Problems with while loop
Message-Id: <dl2817.144.1@news.isolution.nl>

John Dimper:

> type afile.txt | perlscript.pl

Alternatives:

  perlscript.pl < \path\afile.txt


  perlscript.pl  /path/afile.txt


-- 
Affijn, Ruud

"Gewoon is een tijger."


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

Date: Fri, 11 Nov 2005 13:09:22 GMT
From: "A. Sinan Unur" <1usa@llenroc.ude.invalid>
Subject: Re: Problems with while loop
Message-Id: <Xns970B52FA483ECasu1cornelledu@127.0.0.1>

"Dr.Ruud" <rvtol+news@isolution.nl> wrote in news:dl2817.144.1
@news.isolution.nl:

> John Dimper:
> 
>> type afile.txt | perlscript.pl
> 
> Alternatives:
> 
>   perlscript.pl < \path\afile.txt

But that, precisely, is the problem on Windows:

D:\Home\asu1\UseNet\clpmisc> cat stupid.pl
#!/usr/bin/perl

use strict;
use warnings;

print while <>;

D:\Home\asu1\UseNet\clpmisc> cat test.txt
test 1
test 2
test 3

D:\Home\asu1\UseNet\clpmisc> stupid.pl < test.txt

D:\Home\asu1\UseNet\clpmisc> perl stupid.pl < test.txt
test 1
test 2
test 3

D:\Home\asu1\UseNet\clpmisc> stupid.pl test.txt
test 1
test 2
test 3

Sinan
-- 
A. Sinan Unur <1usa@llenroc.ude.invalid>
(reverse each component and remove .invalid for email address)

comp.lang.perl.misc guidelines on the WWW:
http://mail.augustmail.com/~tadmc/clpmisc/clpmisc_guidelines.html



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

Date: Fri, 11 Nov 2005 16:10:59 +0100
From: "Dr.Ruud" <rvtol+news@isolution.nl>
Subject: Re: The Evil American Corprotocracy
Message-Id: <dl2g7u.16k.1@news.isolution.nl>

John Bokma:
> robic0@yahoo.com:
> 
>> something over 15 million lines of code. I've been a paid
>> proffesional programmer (mostly I designed and programmed) since
>      ^^^^^
> 
> Funny :-D
> 
>> To be continued...
> 
> Hopefully a very short summary of your point :-D.

NNTP-Posting-Host: 69.175.154.92 was also used by "Ben Wa".

-- 
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 V10 Issue 8656
***************************************


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