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
    
  2. or download this
    use Carp qw(confess cluck);
    BEGIN {
    ...
            eval {...} called at - line 17
    
    The End.
    
  3. or download this
    {
      package Expressive;
    ...
    dieing in main at pmsopw_379099.pl line 24.
    
    done.