script1.pl:
For to compile, I'm using: "perlcc -r -v -o script2 script2.pl". When I run script2, the result is "Segmentation Fault". I've tried to exclude a "new_cookie = ..." and the script runs "ok"(without the necessary). What is the problem?. Maybe something in the libs???. . . use CGI $q = new CGI; . . . script2.pl: require "script1.pl"; . . . $new_cookie = new CGI::Cookie(-name=>'COOKIE_RSVP',-path=>"/",-value=> +""); print $r->redirect(-uri=>'/index.html', -cookie=>[$new_cookie]); . . .
Detail: To compile "Use Some.pm" not works too.
Help me, please!
In reply to perlcc problem by devil
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |