Being a rather Internet, browser-centric kind of guy, I recently began creating HTML/CGI GUIs for useful Perl programs. I've got a master index.html page with links to HTML forms acting as front ends to Perl programs on my server. I can get around a command line but passing arguments to a program via text boxes seems easier and more natural for me. This is especially true when I've got a chunk of HTML I want to process.
I'm just curious to know if this is common practice in the Perl community. How do you run Perl?
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff";
$nysus = $PM . $MCF;
Click here if you love Perl Monks
update (broquaint): title change s/Broswer/Browser/
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(jeffa) Re: Broswer as a Perl GUI?
by jeffa (Bishop) on Jul 13, 2003 at 12:52 UTC | |
|
Re: Browser as a Perl GUI?
by Juerd (Abbot) on Jul 13, 2003 at 15:31 UTC | |
|
Re: Browser as a Perl GUI?
by Albannach (Monsignor) on Jul 13, 2003 at 13:30 UTC | |
|
Re: Browser as a Perl GUI?
by Abigail-II (Bishop) on Jul 13, 2003 at 22:15 UTC | |
by mvc (Scribe) on Jul 13, 2003 at 22:52 UTC | |
|
Re: Browser as a Perl GUI?
by Courage (Parson) on Jul 14, 2003 at 06:32 UTC |