![]() |
|
No such thing as a small change | |
PerlMonks |
Re: Form Makingby Vautrin (Hermit) |
on Mar 15, 2004 at 19:00 UTC ( #336779=note: print w/replies, xml ) | Need Help?? |
I usually create a line like ##FOOBAR## wherever I want the value of the users $foobar variable to be inserted, which I fetch from a database. I then just run a $web_page =~ s[##FOOBAR##][$foobar]sg; for the web page. It's kind of crude but it works really well. I suppose you maybe want to do something more complicated? What exactly are you looking to do?
Want to support the EFF and FSF by buying cool stuff? Click here.
In Section
Seekers of Perl Wisdom
|
|