Help for this page
Select Code to Download
Select
or
download this
use Carp::Assert; sub foo { is(scalar @_, 2) if DEBUG; }
Select
or
download this
no Carp::Assert;