Help for this page

Select Code to Download


  1. or download this
    use if $type eq 'x', "Some::Module";
    
  2. or download this
    $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