All of lore.kernel.org
 help / color / mirror / Atom feed
* Perl
@ 2004-04-01  5:54 Scott@Charter
  2004-04-01  5:29 ` Perl tyler
                   ` (2 more replies)
  0 siblings, 3 replies; 36+ messages in thread
From: Scott@Charter @ 2004-04-01  5:54 UTC (permalink / raw)
  To: Linux-Admin-Group

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

Can anyone please help me with a short example Perl script that will print
out all the odd numbers between 1 and 10?  I don't know Perl and am trying
to learn it.  I wrote a bash script to do the same thing and wanted to
compare it.

There must be a Perl expert out there somewhere who can help me?

Thanks-
Scott

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Scott Smallsreed.vcf --]
[-- Type: text/x-vcard; name="Scott Smallsreed.vcf", Size: 366 bytes --]

BEGIN:VCARD
VERSION:2.1
N:Smallsreed;Scott
FN:Scott Smallsreed
TEL;HOME;VOICE:775-849-8411
TEL;HOME;FAX:775-849-8412
ADR;HOME:;;3030 Chipmunk Dr.;Washoe Valley;Nevada;89704;US
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:3030 Chipmunk Dr.=0D=0AWashoe Valley, Nevada 89704=0D=0AUS
EMAIL;PREF;INTERNET:scott.smallsreed@mindspring.com
REV:20040401T055438Z
END:VCARD

^ permalink raw reply	[flat|nested] 36+ messages in thread
* Re: Perl
@ 2006-11-15  7:22 Adrian
  2006-11-15 16:21 ` Perl Lee Revell
  0 siblings, 1 reply; 36+ messages in thread
From: Adrian @ 2006-11-15  7:22 UTC (permalink / raw)
  To: Lee Revell; +Cc: linuxppc-embedded

Just found this (notes!) :-

'Perl 5.6.4

Configure with threads, perlio abstraction layer and default libraries.

Copy the etc/Digest directory from perl-5.8.2

Enable MD5 to be statically loaded in perl sh Configure

Also enable threaded'

It was a lot of messing about AFAICR.

Adrian Atkins.

^ permalink raw reply	[flat|nested] 36+ messages in thread
* Perl
@ 2006-11-13 22:56 Lee Revell
  2006-11-14 16:28 ` Perl Kim Phillips
                   ` (4 more replies)
  0 siblings, 5 replies; 36+ messages in thread
From: Lee Revell @ 2006-11-13 22:56 UTC (permalink / raw)
  To: linuxppc-embedded

I've been trying to cross compile Perl for a PPC440 board and it just
isn't happening.  Perl is probably the least amenable application to
cross compiling I've found.

I tried the instructions in the Cross/ directory of the Perl distro but
they don't work - "sh Configure" fails on my target because it expects a
full C development environment, which won't fit.

Is there any easy solution?  Can someone send me a binary?

Lee 

^ permalink raw reply	[flat|nested] 36+ messages in thread
* re: Perl
@ 2002-12-04 19:24 Alan Womack
  0 siblings, 0 replies; 36+ messages in thread
From: Alan Womack @ 2002-12-04 19:24 UTC (permalink / raw)
  To: Paul Kraus; +Cc: linux-newbie

> How can I make this assignment in one statement. I know its going to be
something easy.
$path=$5;
$path=~s/ /\\ /g; <

won't 

$path=$5=~s/ /\\ /g;

work?  maybe have to put () around the $5=~, but I think it will work without that.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 36+ messages in thread
* Perl
@ 2002-12-04 15:48 Paul Kraus
  2002-12-05  6:56 ` Perl ichi
  0 siblings, 1 reply; 36+ messages in thread
From: Paul Kraus @ 2002-12-04 15:48 UTC (permalink / raw)
  To: linux-newbie

[-- Attachment #1: Type: text/plain, Size: 224 bytes --]

How can I make this assignment in one statement. I know its going to be
something easy.
$path=$5;
$path=~s/ /\\ /g;


Paul Kraus
Network Administrator
PEL Supply Company
216.267.5775 Voice
216-267-6176 Fax
www.pelsupply.com

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Paul Kraus (pkraus@pelsupply.com).vcf --]
[-- Type: text/x-vcard; name="Paul Kraus (pkraus@pelsupply.com).vcf", Size: 592 bytes --]

BEGIN:VCARD
VERSION:2.1
N:Kraus;Paul
FN:Paul Kraus (pkraus@pelsupply.com)
ORG:PEL Supply Company
TITLE:Network Administrator
TEL;WORK;VOICE:(216) 267-5775
TEL;CELL;VOICE:(216) 410-5526
TEL;WORK;FAX:(216) 267-6176
ADR;WORK:;;4666 Manufacturing Road;Cleveland;Ohio;44135;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:4666 Manufacturing Road=0D=0ACleveland, Ohio 44135=0D=0AUnited States of Ame=
rica
ADR;HOME:;;;;;;United States
LABEL;HOME:United States
URL;WORK:http://www.pelsupply.com
EMAIL;PREF;INTERNET:pkraus@pelsupply.com
REV:20020416T182124Z
END:VCARD

^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2006-12-01 15:50 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-01  5:54 Perl Scott@Charter
2004-04-01  5:29 ` Perl tyler
2004-04-01  6:54   ` Perl Scott@Charter
2004-04-01  7:25     ` Perl Richard Nairn
2004-04-01  8:20     ` Perl Dan Kubilos
2004-04-01 14:51     ` Perl Adam Lang
2004-04-01 18:48     ` Perl Bradley Hook
2004-04-05  2:30     ` Perl Bradley D. Thornton
2004-04-05  5:09       ` Perl Bradley D. Thornton
2004-04-05  6:10 ` Perl Nico Schottelius
2004-04-05  6:39   ` Perl Scotts Charter
2004-04-05 13:03     ` Perl Adam Lang
2004-04-19 19:47 ` Perl Matt Howard
  -- strict thread matches above, loose matches on Subject: below --
2006-11-15  7:22 Perl Adrian
2006-11-15 16:21 ` Perl Lee Revell
2006-11-13 22:56 Perl Lee Revell
2006-11-14 16:28 ` Perl Kim Phillips
2006-11-14 16:39   ` Perl Lee Revell
2006-11-14 16:48     ` Perl Brent Cook
2006-11-14 17:08 ` Perl Wolfgang Grandegger
2006-11-14 17:42   ` Perl Lee Revell
2006-11-14 21:50     ` Perl Wolfgang Denk
2006-11-20  4:21       ` Perl Leonid
2006-11-20  8:34         ` Perl Wolfgang Denk
2006-11-20 14:12           ` Perl Leonid
2006-11-20 15:28             ` Perl Leonid
2006-11-14 18:20   ` Perl Lee Revell
2006-11-15  5:54     ` Perl David H. Lynch Jr.
2006-11-14 21:07 ` Perl Wolfgang Denk
2006-11-23  7:26 ` Perl Matthias Fuchs
2006-11-23 23:00   ` Perl Wolfgang Denk
2006-11-24 11:23     ` Perl Matthias Fuchs
2006-12-01 15:50 ` Perl Clemens Koller
2002-12-04 19:24 Perl Alan Womack
2002-12-04 15:48 Perl Paul Kraus
2002-12-05  6:56 ` Perl ichi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.