Sign in
googlers
/
jrn
/
git
/
b258237f4dca7c13d56c662825547ddd742461c3
/
.
/
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