Help for this page

Select Code to Download


  1. or download this
    my $object = new wierd;
    my $value = eval { $object->next_value() };
    ...
    {
        die "badness";
    }
    
  2. or download this
    BLAH!
    badness at ./tstprog.pl line 13.
    BLAH!