perl.javascript...problem with executing a CGI Perl script from a browser by Neelay- November 23, 2005 Hi,I have a Perl script, which copies two files from a CD and untars thefirst file-print "Content-type: texthtmlnn";print <<HTML_BLOCK;<head><head><body>HTML_BLOCK$cmd = "cp $cddir$file1 $installdir";$op = system($cmd);print "nCopying file 1...";$cmd = "cp $cddir$file2 $installdir";$op = system($cmd);print "nCopying file 2...";$cmd = "tar -zxf $installdir$file1";$op = system($cmd);print "Untaring file...http://www.nntp.perl.org/group/perl.javascript/2005/11/msg45.html Re: cygwin-perl has anyone had success with JavaScript-0.55 by Christian Montanari- November 17, 2005 On Thu, Nov 17, 2005 at 10:03:35AM +0000, Christian Montanari wrote:> I am trying to read javascript: urls with LWP (under cygwin).> > Then imported the JavaScript-0.55 perl package,> but after an slightly modified compilation...> I succeded to build (but badly) the JavaScript.dll with js from ftp:ftp.mozilla.orgjs.> I had to fiddle with a few settings in js-1.5 but made js.exe to work.> > However, arriving to the perl package I failed miserably with this:> >...http://www.nntp.perl.org/group/perl.javascript/2005/11/msg44.html has anyone had success with JavaScript-0.55 by Christian Montanari- November 17, 2005 Hi,I am trying to read javascript: urls with LWP (under cygwin).Then imported the JavaScript-0.55 perl package,but after an slightly modified compilation...I succeded to build (but badly) the JavaScript.dll with js from ftp:ftp.mozilla.orgjs.I had to fiddle with a few settings in js-1.5 but made js.exe to work.However, arriving to the perl package I failed miserably with this:"....Can&39;t load &39;usrsrcJavaScript-0.55blibarchautoJavaScriptJavaScript.dll&39; for module JavaScript: Bad...http://www.nntp.perl.org/group/perl.javascript/2005/11/msg43.html external Javascript in Perl by Neelay- November 14, 2005 Hi,I have an external Javascript file in varwwwhtml folder calledhead.js.When I create an html file, say exp.html, and include head.js in its<head> section, the result is as desired. However, when I write a Perlscript in varwwwcgi-bin, say exp.pl and try to include the head.jsfile, the Javascript output is not obtained on the page. Following lineincludes the Javascript file in Perl-print "<script src="..htmlhead.js"...http://www.nntp.perl.org/group/perl.javascript/2005/11/msg42.html |