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
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
* "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