aspose file tools
The moose likes Perl and the fly likes New to perl - what book should I read for this task? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Languages » Perl
Reply Bookmark "New to perl - what book should I read for this task?" Watch "New to perl - what book should I read for this task?" New topic
Author

New to perl - what book should I read for this task?

Thomas Kennedy
Ranch Hand

Joined: Jan 20, 2008
Posts: 137
I need to read an xml file into an html page using Perl. When someone reads the page, I want to select an xml file based on its filename and the current date, read its contents, probably do an xsl transform, and push the results into element X in the html file on the fly. (In other words the html file contains a placeholder where the transform results should go. I don't want the page itself modified permanently.) I know about XSL but all I know about Perl is the Llama book. What should I read next to learn how to do this?
fred rosenberger
lowercase baba
Bartender

Joined: Oct 02, 2003
Posts: 9948
    
    6

99% of my perl research is done using the O'reilly "Learning Perl" book. IMHO, it has almost everything you need in it.

"placeholder" to me implies using a format...but I don't know much about xml, xsl, or html. I do know perl is great for parsing and formatting. You many want to search cpan for modules to help with the parsing, or search around at perlmonks to see if anyone there has asked a similar question.


Never ascribe to malice that which can be adequately explained by stupidity.
Siitesh Hind
Ranch Hand

Joined: Sep 06, 2012
Posts: 51
Hi Thomas,

Lot of stuff is available on the net unless you really want to buy a book where you wont find the important things that you require.

http://www.tizag.com/perlT/perlvariables.php

Rgds,

Seetesh
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: New to perl - what book should I read for this task?
 
Similar Threads
JSP for transforming XML using XSL
XSLT good question.
What Could Go Wrong?
Example: XML + XSL = HTML Using Servlet
XML+XSL with Java servlet