|
From: Olivier D. <dr...@sh...> - 2002-02-01 19:50:13
|
How's this? #!/usr/bin/perl -wT use strict; use ...; . . . # PROGRAM INFORMATION # ------------------- # ProgramName.pl v1.2.3.4.5.6... # # This program is licensed in the same way as Perl # itself. You are free to choose between the GNU Public # License <http://www.gnu.org/licenses/gpl.html> or # the Artistic License # <http://www.perl.com/pub/a/language/misc/Artistic.html> # # For a list of changes see CHANGELOG # # For help on configuration or installation see README # # USER CONFIGURATION SECTION # -------------------------- # Modify these to your own settings. You might have to # contact your system administrator if you do not run # your own web server. If the purpose of these # parameters seems unclear, please see the README file. # my $param = "stuff"; my $baseurl = "/mywebpage"; my ...; . . . # # USER CONFIGURATION << END >> # ---------------------------- # (no user serviceable parts beyond here) *code* On Fri, Feb 01, 2002 at 12:44:55PM -0500, Joseph F. Ryan wrote: > I really don't like that first ################### line; also, i think you > should bring "use strict" to under the shebang > > At 09:33 AM 2/1/2002 -0500, you wrote: > >Hi everyone, > > > >I was just wondering if people has figured out how to have cvs put the > >log in a different file, or if anything has been tried. > > > >On a related note, I've changed the header skeleton (see below). > >Please have a look at it and let me know if it's good. If nobody > >complains I'll make the changes tomorrow. If the log issue isn't > >resolved I'll simply put this right after the log (except for #!). -- +----------------------------------------------+ | Olivier Dragon dr...@sh... | | Software Engineering II, McMaster University | +----------------------------------------------+ |