For Programmers: Free Programming Magazines  


Home > Archive > PERL Miscellaneous > February 2005 > what is Perl state of the art?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author what is Perl state of the art?
warble606@yahoo.com

2005-02-17, 4:03 pm

I encountered Perl several years ago and learned
the basics in about one day. However I didn't use it
much since and I was curious what the state of the art is.
I know that modules were introduced, some of them fairly
convenient. Can Perl hook in with GUIs and such now?
Is there object-oriented Perl yet?

Incidentally I wanted to answer my own question with
a trip to the bookstore but I found that technical book
writers either have an inability to be concise, or have
perhaps some financial interest in not being concise.
:(

Thanks.

Sherm Pendley

2005-02-17, 4:03 pm

warble606@yahoo.com wrote:

> I know that modules were introduced, some of them fairly
> convenient.


Have a look at <http://www.cpan.org> - that's the centralized repository for
modules. Some (me included) would say that CPAN is arguably Perl's best
feature.

> Can Perl hook in with GUIs and such now?


Yep. Several toolkits, actually. Again - have a look on CPAN. (And in
my .sig, if you're using a Mac...)

> Is there object-oriented Perl yet?


Yep - there's even a sequel to "Learning Perl" that covers it, titled
"Learning Perl Objects, References & Modules".

> Incidentally I wanted to answer my own question with
> a trip to the bookstore but I found that technical book
> writers either have an inability to be concise, or have
> perhaps some financial interest in not being concise.


I think they're paid by the pound. ;-)

sherm--

--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
Paul Lalli

2005-02-17, 4:03 pm

<warble606@yahoo.com> wrote in message
news:1108647334.484350.272400@c13g2000cwb.googlegroups.com...
> I encountered Perl several years ago and learned
> the basics in about one day. However I didn't use it
> much since and I was curious what the state of the art is.
> I know that modules were introduced, some of them fairly
> convenient.


Yes. Check out http://www.cpan.org and read such documentation as
perldoc perlmod
perldoc -f use

> Can Perl hook in with GUIs and such now?


Yes. Many GUI interfaces exist. One common one is with the Tk toolkit
originally written for Tcl. "Perl/Tk", as it's known, is implemented
via the Tk module, available on the CPAN site mentioned above. See
also: http://www.perltk.org

> Is there object-oriented Perl yet?


Yes. Check out
perldoc perlobj


> Incidentally I wanted to answer my own question with
> a trip to the bookstore but I found that technical book
> writers either have an inability to be concise, or have
> perhaps some financial interest in not being concise.


Or perhaps they realize it's better to be precise than concise. There
are too many details in Perl to be able to make broad generalizations
that would be needed to shorten documentation. [1] For the brief
introductions to the language, check out
perldoc perlintro
"Learning Perl" by Randal Schwartz
"Perl in a Nutshell" by Stephen Spainhour et al

Paul Lalli

[1] The authors of Learning Perl and Programming Perl make this fact
known via the abundance of footnotes in their works.

John Bokma

2005-02-17, 4:04 pm

wrote:

> I encountered Perl several years ago and learned
> the basics in about one day. However I didn't use it
> much since and I was curious what the state of the art is.
> I know that modules were introduced, some of them fairly
> convenient. Can Perl hook in with GUIs and such now?


Others have mentioned a few. I have been using WxWindows (aka WxWidgets).
Although the documentation is sparse (amazing for a project around for 10
(?) years)

> Is there object-oriented Perl yet?


Years :-D.

> Incidentally I wanted to answer my own question with
> a trip to the bookstore but I found that technical book
> writers either have an inability to be concise, or have
> perhaps some financial interest in not being concise.


You probably have been looking at the "unleashed platinum gold deluxe
complete in 24 hours for dummies" doorstops eh books. Next time look for
O'Reilly first.

--
John Small Perl scripts: http://johnbokma.com/perl/
Perl programmer available: http://castleamber.com/
Happy Customers: http://castleamber.com/testimonials.html

Chris Mattern

2005-02-17, 4:04 pm

John Bokma wrote:

>
> You probably have been looking at the "unleashed platinum gold deluxe
> complete in 24 hours for dummies" doorstops eh books. Next time look for
> O'Reilly first.
>

"Programming Perl" makes for a pretty good doorstop as well. Thing is,
it's useful for learning Perl, too.
--
Christopher Mattern

"Which one you figure tracked us?"
"The ugly one, sir."
"...Could you be more specific?"
John Bokma

2005-02-17, 8:58 pm

Chris Mattern wrote:

> John Bokma wrote:
>
> "Programming Perl" makes for a pretty good doorstop as well.


Oh, but that's a reference manual, those should have a lot of pages :-D

> Thing is,
> it's useful for learning Perl, too.


Not for a beginner, especially if the beginner has little or no past
programming experience.

--
John Small Perl scripts: http://johnbokma.com/perl/
Perl programmer available: http://castleamber.com/
Happy Customers: http://castleamber.com/testimonials.html

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com