in reply to Re: Debugging child pid 4577 exit signal Segmentation fault (11)
in thread Debugging child pid 4577 exit signal Segmentation fault (11)

Hi, when I change the
our $query = CGI->new;
to
local our $query = CGI->new;

The $query var becomes undefined. the $query is a global variable in a module.

I wonder why ?
  • Comment on Re^2: Debugging child pid 4577 exit signal Segmentation fault (11)