Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [Alex] Dynamic vs Static when developing: Edit Log

Here is the list of edits for this post
Re: [Alex] Dynamic vs Static when developing
Hi Alex,

Thanks for the reply. I am not sure how I can include this, as I am actually writing to a file, and not printing to the screen?

open (OUTF, ">$CFG->{build_root_path}/editors/profiles/$editor.html") or die (qq~ unable to open File. Reason: $! ~);

Edit: in another inastance of my code I am doing this also:

$output .= qq~
<a href="$CFG->{build_root_url}/editors/profiles/$user->{Username}.html">$user->{Username}</a>
~;


http://www.iuni.com/...tware/web/index.html
Links Plugins

Last edited by:

Ian: Jun 6, 2002, 12:24 PM

Edit Log: