msinfo has asked for the wisdom of the Perl Monks concerning the following question:
i writing 10 web pages for a project, each of them would be having menus and some common code.
i am generating all this web pages using Perl so can't I put menu bar code in separate file, and call it whenever required.
i don't to use any framework, like catalyst, dancer, etc, because i want to know about web development from low level.
or should i write a simple module of myself as shown at http://www.perlmonks.org/?node_id=102347
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: calling menu bar creating code from another cgi/pl code
by DanielSpaniel (Scribe) on Aug 27, 2013 at 01:21 UTC | |
by msinfo (Sexton) on Aug 27, 2013 at 06:33 UTC | |
Re: calling menu bar creating code from another cgi/pl code (mojo)
by Anonymous Monk on Aug 27, 2013 at 02:12 UTC | |
by msinfo (Sexton) on Aug 27, 2013 at 06:44 UTC | |
by Anonymous Monk on Aug 28, 2013 at 03:09 UTC |