- Original Message -
From: "Randal L. Schwartz"
To:
Sent: Monday, December 27, 2010 1:57 PM
Subject: Re: Syntax Errors
"Bill" == Bill Casey writes:
Bill> Syntax error at import_track.pl line 11, near ") {"
Bill> Syntax error at import_track.pl line 14, near "}"
Perl doesn't e
> "Sheppy" == Sheppy R writes:
Sheppy> Strawberry Perl under Padre on a Windows system will give Syntax errors
Sheppy> (Running from both the command-line and in Padre itself). Chances are
this
Sheppy> is where Bill is getting them from, probably just one of the differences
Sheppy> between
Strawberry Perl under Padre on a Windows system will give Syntax errors
(Running from both the command-line and in Padre itself). Chances are this
is where Bill is getting them from, probably just one of the differences
between *nix and Windows.
@Bill - I'm not seeing any problems when I copy and
> "Bill" == Bill Casey writes:
Bill> Syntax error at import_track.pl line 11, near ") {"
Bill> Syntax error at import_track.pl line 14, near "}"
Perl doesn't ever say "syntax error". So those errors are not
coming from Perl.
First thing to figure out is why Perl isn't running your script
I'm a beginner and I'm currently reading Learning Perl by O'Really, great book!
Francesco
On 26/dic/2010, at 19:54, SERIER wrote:
> What are some of the best books for newbies to perl?
>
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginn
Learning Perl by Randal and Group - http://oreilly.com/catalog/9780596001322
Must must read book for any beginner.
Cheers,
Parag
On Sun, Dec 26, 2010 at 10:54 AM, SERIER wrote:
> What are some of the best books for newbies to perl?
>
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@per
What are some of the best books for newbies to perl?
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
On 2010-12-26 18:28, Brian Fraser wrote:
> Your example actually works -- On perl 5.13.+:
> http://www.effectiveperlprogramming.com/blog/683
that's good news (even though it means I'll have to wait
a little longer until I can actually use it) - at least I'm
obviously not the only one who felt, tha
On Sun, Dec 26, 2010 at 06:13:06PM +0100, Peter Daum wrote:
> Is it possible to get a value from a given-when statement?
>
> Suppose I have a long comparison in which all branches affect
> the same variable. Here's a short example (minor variation
> from"perlsyn"):
>
> given($something) {
> w
Your example actually works -- On perl 5.13.+:
http://www.effectiveperlprogramming.com/blog/683
Brian.
Is it possible to get a value from a given-when statement?
Suppose I have a long comparison in which all branches affect
the same variable. Here's a short example (minor variation
from"perlsyn"):
given($something) {
when (/^abc/) { $x = 1; }
when (/^def/) { $x = 2; }
when (/^xyz/) { $
Hi U.N./J/whatever,
a few corrections about what you said.
On Friday 24 December 2010 03:56:50 U.N. wrote:
> Hi folks. I'm a Perl n00b, and I have a long ways to go yet.
> However, I was hoping someone looking down from the top could share
> some wisdom with me about the viability of Perl for 3D
-- Forwarded Message --
Subject: Re: Writing 3D games with Perl... How's the Performance?
Date: Friday 24 December 2010, 12:43:11
From: Shlomi Fish
To: beginners@perl.org
CC: "U.N."
Hi U.N./J/whatever,
a few corrections about what you said.
On Friday 24 December 2010 03:56
13 matches
Mail list logo