Files
GseTDDUebungKCLR/database/perl/vendor/lib/CGI/HTML/Functions.pm
Riley Schneider b732d8d4b5 Initial Commit
2025-12-03 16:38:10 +01:00

9 lines
125 B
Perl

package CGI::HTML::Functions;
use strict;
use warnings;
# nothing here yet... may move functions here in the long term
1;