in reply to Re: Debugging child pid 4577 exit signal Segmentation fault (11)
in thread Debugging child pid 4577 exit signal Segmentation fault (11)
sub new { my ($class) = @_; my $self = {cgi => CGI->new}; bless $self, $class; return $self; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Debugging child pid 4577 exit signal Segmentation fault (11)
by keenlearner (Acolyte) on Oct 01, 2012 at 07:52 UTC | |
by Anonymous Monk on Oct 01, 2012 at 10:31 UTC |