Help for this page
use if $type eq 'x', "Some::Module";
$perl -we'eval "use Errno qw/EINVAL/"; print EINVAL' Name "main::EINVAL" used only once: possible typo at -e line 1. ... $perl -we'use Errno qw/EINVAL/; print EINVAL' 22