in reply to Last Mod using server side perl
Non Perl answer:
Use SSI if it is enabled on your web host. and included the follwing in your html.
<!--#echo var="LAST_MODIFIED"-->.
or
<!--#flastmod file="mypagename.shtml" -->
From Apache.org and Microsoft
To do this in perl on static pages you would need ssi enabled and ssi has built in functions to do it so the script would not be needed.
Update: For clarity the last paragraph should probably best read.
To do this in perl on static pages you would need ssi enabled. Because ssi has built in functions to do it, you would not need a perl script to create this.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Last Mod using server side perl
by Anonymous Monk on Dec 31, 2003 at 19:05 UTC | |
by BUU (Prior) on Dec 31, 2003 at 20:07 UTC |