perller has asked for the wisdom of the Perl Monks concerning the following question:
I am using PAR-Packer-0.982 and just packaging this test file:Can't find string terminator "r" anywhere before EOF at HTML/DOM/Inter +face.pm li ne 83. Compilation failed in require at WWW/Mechanize/Plugin/DOM/Window.pm li +ne 8. BEGIN failed--compilation aborted at WWW/Mechanize/Plugin/DOM/Window.p +m line 8. Compilation failed in require at WWW/Mechanize/Plugin/DOM.pm line 21. BEGIN failed--compilation aborted at WWW/Mechanize/Plugin/DOM.pm line +21. Compilation failed in require at script/kslsend.pl line 6. BEGIN failed--compilation aborted at script/kslsend.pl line 6.
perl2exe didn't work it produced all kind of errors, I'm new to perl,and i was hoping you guys would help me out...thank you#!/usr/bin/perl use warnings; use strict; use WWW::Mechanize; use WWW::Mechanize::Plugin::JavaScript; use WWW::Mechanize::Plugin::DOM; use HTTP::Cookies; my $agent = WWW::Mechanize->new(); $agent->use_plugin('JavaScript'); exit;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: PP packaging Mechanize problem
by Corion (Patriarch) on Oct 12, 2008 at 07:30 UTC | |
by ikegami (Patriarch) on Oct 12, 2008 at 13:10 UTC | |
by Corion (Patriarch) on Oct 12, 2008 at 14:19 UTC | |
|
Re: PP packaging Mechanize problem
by perller (Initiate) on Oct 13, 2008 at 01:23 UTC |