Help for this page

Select Code to Download


  1. or download this
    $ splain < 2
    perl -c packtest.pl
    ...
    
    packtest.pl had compilation errors (#2)
        (F) The final summary message when a perl -c fails.
    
  2. or download this
    $ perl -le" print bless {}, PENDULUM; "
    PENDULUM=HASH(0x3f9adc)
    
    $ perl -le" sub PENDULUM { 666 } print bless {}, PENDULUM;  "
    666=HASH(0x3f9adc)