Raisin::Param
use Raisin::Param;
Raisin Param
$p->required;
$value = $p->validate($value);
To install Raisin, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Raisin
CPAN shell
perl -MCPAN -e shell install Raisin
For more information on module installation, please visit the detailed CPAN module installation guide.