| 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
|
|
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
|
 |
 |
|
|
subject: New to perl - what book should I read for this task?
|
|
|