Help for this page

Select Code to Download


  1. or download this
    #TestBegin.pm
    use strict;
    ...
    BEGIN in the program -e
    in the program -e
    
  2. or download this
    
    perl  -e "print qq(in the program $0\n);BEGIN{print qq(BEGIN in the pr
    +ogram\n)}use TestBegin;"
    ...
    in the module TestBegin.pm
    in the program -e