[ic] Split description field into an array via perl

K Old kold at kold.homelinux.com
Wed Aug 27 17:37:14 EDT 2003


Hello everyone,

http://www.icdevgroup.org/pipermail/interchange-users/2001-February/005070.html

On the flypage I'd like to do what they post above does, split the
description field, but my problem is, getting the item-description into
a perl block like the following:

<snip>

[perl]
my $desc = $Tag->item-description;
return("$desc<br>");
[/perl]

</snip>

also tried

[scratch kotest value="[item-description]"]
[perl]
my $desc = $Tag->scratch(kotest);
return("$desc<br>");
[/perl]

Can someone throw me a line?

-- 
K Old <kold at kold.homelinux.com>



More information about the interchange-users mailing list