I have a Perlapp which will not run on Windows 2003 server. We have two servers and it runs
fine on one but won't run at all on the other.
Has anyone run into that? I've written the typical "Hello World!" application and tried th
at and it won't run.
Command line is:
perlapp --norunlib --force --clean --dyndll --verbose --perl C:\Perl\bin\perl.exe program.p
l
Program is:
#!/usr/bin/perl
print "Hi!\n";
$ignore = <STDIN> ;
-----------------------------------------------------
James Harris
Enterprise Application Analyst/Programmer
Information Technology Division
Frederick Community College
-----------------------------------------------------