Help for this page

Select Code to Download


  1. or download this
    $ perl -le'use constant BEGIN => 4; print(BEGIN);'
    4
    
  2. or download this
    $ perl -le'use constant INIT => 4; print(INIT);'
    Undefined subroutine &IO::File::AUTOLOAD called.
    INIT failed--call queue aborted.