[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] get-url
On Wednesday 28 August 2002 16:39, you wrote:
> Why in this mode is OK
>
> [get-url http://www.myurl.org]
>
> and in this mode NO
>
> [perl]
> $Tag -> get_url ("http://www.myurl.org");
> return $Tag
> [/perl]
Instead of the above, Try
[perl]
my $own_variable= $Tag -> get_url ("http://www.myurl.org");
return $own_variable;
[/perl]
- References:
- [ic] get-url
- From: interchange-users@icdevgroup.org (Roberta - Interline S.r.l.)