Graeme McLaren wrote:
> Hi Rob,
>
> Basically I want the data displayed in a table, for example (missed out
> Euros):
>
>
>
>
> Sterling
> Dollars
> Euros
>
>
>
> Sterling to Euros
> 1.5
> Dollars to Sterling
> 1.98
> Euros to Sterling
t exactly. I've RTFM but
no luck.
Any help you can give me on this would be greatly appreciated.
Thank you,
Graeme
> Date: Tue, 15 Jul 2008 17:37:14 +0100> From: [EMAIL PROTECTED]> To:
> beginners@perl.org> CC: [EMAIL PROTECTED]> Subject: Re: template loop
Graeme McLaren wrote:
> Hi all, I'm tryin to do something simple. The output I want needs to be in a
> table, for example:
>
>
>
> Eurosdollars
>
>euro valuedollar value
>
>
>
>
>
> In my code I have:
>
> $html->param(LOOP => [
Hi all, I'm tryin to do something simple. The output I want needs to be in a
table, for example:
Eurosdollars
euro valuedollar value
In my code I have:
$html->param(LOOP => [{
k got this one fixed too just needed to put a hashref inside a
while loop.
From: "Graeme McLaren" <[EMAIL PROTECTED]>
To: beginners@perl.org
Subject: template loop problem
Date: Tue, 06 Jun 2006 16:06:47 +0100
MIME-Version: 1.0
X-Originating-IP: [62.254.183.162]
X-O
Hi all, I'm getting this error when dying out a template loop array ref:
Software error:
$VAR1 = [
{
'team_name' => 'bla2',
'team_id' => 'test2'
},
$VAR1->[0],
$VAR1->[0]
];
push @team_array, \%team;
the above error is when doing