[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
[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
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
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
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
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
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