Sign in
code
/
git
/
df6b0cad5f2d2f1984d1538de03e1e8ac87a78a2
/
.
/
t
/
t4034
/
perl
/
pre
blob: f6610d37b8aadf45178a098e371dd104fa91726a [
file
] [
log
] [
blame
]
#!/usr/bin/perl
use
strict
;
package
Frotz
;
sub
new
{
my
$class
=
shift
;
return bless
{},
$class
;
}
__END__
=
head1 NAME
frotz
-
Frotz
=
head1 SYNOPSIS
use
frotz
;
$nitfol
=
new
Frotz
();
=
cut