Re: Problem with Inline::Java and ActiveState perlapp

2006-03-14 Thread Foo Ji-Haw
[EMAIL PROTECTED] wrote: My program runs fine when running it as source with ActivePerl 5.8.4, but when I create a binary with the ActiveState 6.x PDK and then try to run the application I get an error that indicates that Inline.pm can't be found. But inline.pm has been included in the binar

Re: Problem with Inline::Java and ActiveState perlapp

2006-03-14 Thread Kevin J. Woolley
[EMAIL PROTECTED] wrote: > My program runs fine when running it as source with ActivePerl 5.8.4, > but when I create a binary with the ActiveState 6.x PDK and then try to > run the application I get an error that indicates that Inline.pm can't > be found. But inline.pm has been included in the bi

Re: run pl on load

2006-03-14 Thread Mario R. Sanchez, Ph.D.
thank you but i've narrowed it down to something else - sorry for the confusion. the running of the script was working - the error was on displaying... the perl script generates a valid xml document. but when attempting to display the same output (xml) to a browser - naturally adding use CGI; a

Problem with Inline::Java and ActiveState perlapp

2006-03-14 Thread kwopublic-q1
  My program runs fine when running it as source with ActivePerl 5.8.4, but when I create a binary with the ActiveState 6.x PDK and then try to run the application I get an error that indicates that Inline.pm can't be found.  But inline.pm has been included in the binary package, so I don't unde

Re: Incomplete set of HTTP Headers

2006-03-14 Thread -alpha-
use CGI qw(header); print header(); 2006/3/14, Inoue Nakagawa <[EMAIL PROTECTED]>: Please forgive me if this is a rather stupid question, however I am new to Perl and Activestate perl on win32. My problem is as follows:No matter what program I run (be it mine or a downloaded app) I always seem to

Re: run pl on load

2006-03-14 Thread -alpha-
could you post your _javascript_ ? 2006/3/14, Mario R. Sanchez, Ph.D. <[EMAIL PROTECTED]>: your ideas:i have a perl script x.pl that outputs a text file and does nothing else.runs great. i want to run that script automatically when a user calls up an htmldocument.using _javascript_ and body onload

run pl on load

2006-03-14 Thread Mario R. Sanchez, Ph.D.
your ideas: i have a perl script x.pl that outputs a text file and does nothing else. runs great. i want to run that script automatically when a user calls up an html document. using javascript and body onload has not worked (perhaps doing something wrong). any specific suggestions on how to ru