Help for this page

Select Code to Download


  1. or download this
    use constant PI => 3.14;
    eval { PI = 3; };
    warn "You can't round down PI to 3" if $@;