Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    Sys::Mmap::munmap( $string ) or die "munmap: $!";
    close $fh;
    
  2. or download this
    variable is not a string at ./mytest.pl line 17.
    
  3. or download this
    if(SvTYPE(var) != SVt_PV) {
                croak("variable is not a string");
                return;
            }