bradcathey has asked for the wisdom of the Perl Monks concerning the following question:
Fellow monasterians,
We are all familiar with the conventional Perl file extensions of .pl, .plx, .pm, etc. But what about no extensions? At the risk of being too persistent in trying to have a clean URL and not reveal my "secrets" (see my recent node), is there any thing suggesting "bad practices" to have:
http://www.domain.com/cgi-bin/login?mode=new
versus
http://www.domain.com/cgi-bin/login.plx?mode=new
or, as my previous node suggests:
http://www.domain.com/acme/login?mode=new
Thoughts? Thanks, and I promise not to bring it up again, I just want to establish a standard way of doing this, stick with it, and not have it come back to bite me in the butt later.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Perl file names and extensions
by davorg (Chancellor) on Aug 03, 2004 at 15:17 UTC | |
by Aristotle (Chancellor) on Aug 03, 2004 at 15:43 UTC | |
by bradcathey (Prior) on Aug 03, 2004 at 16:57 UTC | |
by BUU (Prior) on Aug 03, 2004 at 23:17 UTC | |
by bradcathey (Prior) on Aug 04, 2004 at 02:03 UTC | |
Re: Perl file names and extensions
by nite_man (Deacon) on Aug 03, 2004 at 15:51 UTC | |
Re: Perl file names and extensions
by lhoward (Vicar) on Aug 03, 2004 at 15:24 UTC | |
by katgirl (Hermit) on Aug 03, 2004 at 15:29 UTC | |
Re: Perl file names and extensions
by pelagic (Priest) on Aug 03, 2004 at 15:29 UTC | |
Re: Perl file names and extensions
by katgirl (Hermit) on Aug 03, 2004 at 15:24 UTC | |
by gellyfish (Monsignor) on Aug 03, 2004 at 15:29 UTC | |
by davorg (Chancellor) on Aug 03, 2004 at 15:29 UTC |