cgi-dev

Repository that serves as my CGI "scratchpad" to try things out.
git clone git://git.samirparikh.com/cgi-dev
Log | Files | Refs | README

commit 47ea499f551aa34b42565614257d8f0e97fce3bd
parent 5333b61f57c133732a4385b1afa78cbb3507f7dd
Author: Samir Parikh <no-reply@samirparikh.com>
Date:   Wed, 16 Mar 2022 14:42:56 +0000

add comment as a test

Diffstat:
Mecho.pl | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/echo.pl b/echo.pl @@ -1,4 +1,5 @@ #!/usr/bin/perl +# test cgi script use strict; use warnings;