[ic] Using image & makesize within perl tag

Peter N. interchange at framework.ws
Wed Mar 9 16:47:11 EST 2005


Greetings!

Can anyone tell me what the proper syntax is to use the [image] tag's 
makesize feature within the Perl tag?  It works fine until I add the 
makesize attribute.

Thanks,

Peter


[perl]
   my @globalitems = $Tag->list_glob('images/camps/timberlake/*');
   my $ret;
   foreach (@globalitems)
   {
     s/^images\///;
     $ret .= $Tag->image({ src => $_, makesize => "640x480" });
   }
   $ret;
[/perl]


More information about the interchange-users mailing list