Help for this page

Select Code to Download


  1. or download this
    if (exists $perlop{$op}) {
        my $r = eval "\$a $perlop{$op} \$b";
    } else {
        die "OH NOEZ!";
    }