Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: lost in eval and regexp

by lepetitalbert (Abbot)
on Nov 21, 2007 at 16:06 UTC ( [id://652160]=note: print w/replies, xml ) Need Help??


in reply to Re: lost in eval and regexp
in thread lost in eval and regexp

Dear Monks,

Thank you gamache, will try that immediatly

Good point toolic, here's the output od the first template :

novembre 2007 </td> <td colspan="2" align="right"> <div id="date"> Mercredi 21 novembre &nbsp; </div> </td> </tr> <tr> <td class="titlebar1"> </td> <td class="titlebar2" width="80px" align="righ +t"> <a class="white" href="/cgi-bin/inlook /agenda.pl?user= &month= 10&year= 07"> &raquo; octobre &nbsp; </a> <td class="titlebar2" width="80px" align="righ +t"> <a class="white" href="/cgi-bin/inlook /agenda.pl?user= &month= 12&year= 07"> &raquo; décembre &nbsp; </a> </td> </tr> </table> </div>

ikegami, as I agree with you totally, that's what I did first with Html::Template. But the goal of the game is to keep the installaion of the script as simple as 'upload ,run'. And sorry, I was unable to find the regexp :)

Thank you fellow Monks

And have a nice day

"There is only one good, namely knowledge, and only one evil, namely ignorance." Socrates

Replies are listed 'Best First'.
Re^3: lost in eval and regexp
by ikegami (Patriarch) on Nov 21, 2007 at 18:20 UTC

    What about "upload,unzip,run"? Templating systems are usually Pure Perl, so there's no installation requirement other than having the files handy.

    You may need the following at the top of your script in order to tell Perl where to look for the modules. Note that only core modules are used.

    use File::Spec::Functions qw( rel2abs ); use File::Basename qw( dirname ); use lib dirname(rel2abs($0));
Re^3: lost in eval and regexp
by lepetitalbert (Abbot) on Nov 21, 2007 at 17:02 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://652160]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-20 02:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found