A
Alex Withers
I have a first edition of _Programming perl_ and I am curious as to
how much of it is obsolete and/or irrelevant.
Thanks,
Alex
how much of it is obsolete and/or irrelevant.
Thanks,
Alex
I have a first edition of _Programming perl_ and I am curious as to
how much of it is obsolete and/or irrelevant.
It's 100% obsolete and irrelevant. Perl 4 is dead, dead, dead.
But I'll buy it from you, if it's in good shape.
Where do you get this? By your logic, I should know how toPurl said:A reader should learn ANSI C before learning C++ just
as a reader should learn Perl 4 before learning Perl 5.
Both Perl 5 and Perl 6 are built upon Perl 4 as is
Perl 4 built upon earlier versions. Perl 4, however,
is a good beginning point for those wanting to learn
how to become really good Perl programmers, sans
plug n play Perl 5 modules, which teach little.
This is a highly typical pyramid scheme employed at
all levels of education. Without a good foundation,
a pinnacle of learning will never be achieved.
Purl said:A reader should learn ANSI C before learning C++ just
Purl said:For a beginner like yourself,
Purl said:Clearly you know little, if anything, about C language.
This casts doubt upon your claimed Perl skills.
No, it won't cure your cough, but you will not cough.
Purl Gurl said:A reader should learn ANSI C before learning C++ just
as a reader should learn Perl 4 before learning Perl 5.
Both Perl 5 and Perl 6 are built upon Perl 4 as is
Perl 4 built upon earlier versions. Perl 4, however,
is a good beginning point for those wanting to learn
how to become really good Perl programmers, sans
plug n play Perl 5 modules, which teach little.
You should probably write a perl/programing book; might be a bestseller.![]()
Anno said:[in reply to Purl Gurl]
You should probably write a perl/programing book; might be a bestseller.![]()
Don't give her ideas! Some publishers will print *anything*.
Until we start getting the dozens of posts from clueless lusersThomas said:Anno said:[in reply to Purl Gurl]
You should probably write a perl/programing book; might be a bestseller.
![]()
Don't give her ideas! Some publishers will print *anything*.
But it would keep her busy. And a book is so much easier to ignore.
Thomas Kratz said:Anno said:[in reply to Purl Gurl]
You should probably write a perl/programing book; might be a bestseller.![]()
Don't give her ideas! Some publishers will print *anything*.
But it would keep her busy. And a book is so much easier to ignore.
Anno said:Thomas Kratz said:Anno said:[in reply to Purl Gurl]
You should probably write a perl/programing book; might be a bestseller.
Don't give her ideas! Some publishers will print *anything*.
But it would keep her busy. And a book is so much easier to ignore.
Nah, it won't.
Hi group,
I am using _All of Perl In Five Minutes_ by Godzilla,
and in chapter 27 there is this code:
$ENV{QUERY_STRING} = "Purl+Gurl+Rocks!";
$ENV{QUERY_STRING} =~ tr/+/ /;
print $ENV{QUERY_STRING};
What does it do, and what is it good for? Tnx in advance.
A Noob
Randal L. Schwartz said:Alex> I have a first edition of _Programming perl_ and I am curious as to
Alex> how much of it is obsolete and/or irrelevant.
I had to chuckle, because I read that as "irreverent".![]()
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.