Help for this page

Select Code to Download


  1. or download this
    # string-eval
    eval "1/0";
    
    my $div = 0;
    eval { 1 / $div };