File: Functions.pm

package info (click to toggle)
libcgi-pm-perl 4.68-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,028 kB
  • sloc: perl: 6,082; makefile: 9
file content (8 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
package CGI::HTML::Functions;

use strict;
use warnings;

# nothing here yet... may move functions here in the long term

1;