Help for this page

Select Code to Download


  1. or download this
    package TestPackage;
    
    ...
    INIT { print STDERR "in INIT\n" }
    
    1;
    
  2. or download this
    use TestPackage;
    
  3. or download this
    in BEGIN
    in INIT
    
  4. or download this
    require TestPackage;
    
  5. or download this
    in BEGIN
    Too late to run INIT block at TestPackage.pm line ...