J
Jonathan N. Little
richard said:How about this for simplicity?
button #name, "button",[gohere]
and link #name, "link",[gohere] produces a standard link.
[gohere] means within the program, not a web page.
Run Basic has many of the same features PHP has but keeps it simpler.
More succinct than Perl with CGI.pm?
print a({-href=>$url} , $text);
oops your 'gohere' you say "means within the program, not a web page" ?
I think you mean to buffer the result and not output immediately...I
think...
so in Perl
my $variable = a({-href=>$url} , $text);