/usr/local/CPAN/jp_beta/TT.pm
package TT
name
EOF
package
TT
;
sub
name
{
print
"My name is TT\n"
;
}
1
;