Help for this page

Select Code to Download


  1. or download this
    use Carp qw(confess cluck);
    BEGIN {
    ...
            main::bar() called at - line 7
            main::foo() called at - line 10
            eval {...} called at - line 10
    
  2. or download this
    use Carp qw(confess cluck);
    BEGIN {
    ...
    
    in bar
    ack: $main1 = bless( { akey => 'a string' }, 'main' );