Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Build additional pages

Quote Reply
Build additional pages
My problem is: i have to build three detail pages for every link. The fields i use are always the same, but cause of the script-structure the data is called three times:

three times:
build.cgi
open file
> call build.pm
> get data
> pass in template
> back
write file
close file
next one

I have no clue how to get the data only once; any ideas someone?