in reply to Re: calling menu bar creating code from another cgi/pl code (mojo)
in thread calling menu bar creating code from another cgi/pl code

thanks anonymous monk

i was actually looking some thing like as follows

print $cgi->start_html(); # using ssi to call another code print '<!--#include virtual="/cgi-bin/menu.pl" -->'; # some similar cgi method to call above mentioned # perl / html file print $cgi->p("hello world"); print $cgi->end_html();

i am currently against using any framework, because my production scale is not that much large, i am not well aware with mvc development pattern, and yes i am new to perl cgi.

  • Comment on Re^2: calling menu bar creating code from another cgi/pl code (mojo)
  • Download Code