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