Re: perl template toolkit - modify variable

2008-01-09 Thread perlmunky
Sorry, I am a fool. I found the methods in the VMethods section of the tt website. Sorry. I have used: name.0.remove('.*\.') to sort the problem On Jan 9, 2008 4:13 PM, perlmunky <[EMAIL PROTECTED]> wrote: > Hi list, > > I am trying to generate a web page containing a form which is constru

Re: perl template

2005-01-05 Thread Alfred Vahau
my $templateFile="\home\anish\temp\client.html"; Are you on a Win32 box? *unix uses forward slashes for path names, if that matters on your template. alfred, Anish Kumar K. wrote: I use a perl template and getting this error my $templateFile="\home\anish\temp\client.html"; $template->process($templ

Re: perl template

2005-01-05 Thread Ricardo SIGNES
* "Anish Kumar K." <[EMAIL PROTECTED]> [2005-01-05T05:52:16] > I use a perl template and getting this error > > my $templateFile="\home\anish\temp\client.html"; > $template->process($templateFile, \%inputVariables) || die "Template process > failed: ", $template->error(), "\ > n"; > > absolute p