Help for this page
my $code = <<EOT; sub abc::def { ... EOT eval $code; abc::def();
The LABEL is optional, and if present, consists of an identifier followed by a colon.