Help for this page

Select Code to Download


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