#!/usr/bin/perl -w use MYModule; (MyModule::doPage(), exit) if defined CGI::param('doPage'); (MyModule::doOtherPage(), exit) if defined CGI::param('doOtherPage');