Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > distribution error

Reply
Thread Tools

distribution error

 
 
tamiry
Guest
Posts: n/a
 
      09-18-2005
Hi,
I have wrote a perl script, that reads some files and then putputs a
summarizing line. I wanted todistribute it among team members so I
compiled it using

pp script.pl -o script.exe

well, it worked on my PC and on all others but one. In the ecentric one
I didn't see any output at all. (the summary line is seen any case,
there are no "return"s, "die"s etc. whatsoever in the code.)
I once ran it like

Script.exe >tmp.txt

and saw the expected output, yet some other times I don't. Any idea how
to debug this?

oh, some technical details:
* my PC runs Win2K
* the other one runs XP, SP2 (other working computers have XP as well)
* I'm using ActiveState v5.8.7 for windows, build 813
* I'm using these modules:
use warnings;
use Cwd;
use File::Basename;
use File::Glob ':glob';

lot's of thanks,
tamir JAPH in distress

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Another distribution error tamiry Perl Misc 2 10-09-2005 09:10 AM
error in setup script: invalid distribution option 'windows' Max Riedel Python 0 05-20-2004 04:29 PM



Advertisments