[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

[MacPerl] Problem w/making runtime version of script



hi,

I have the following snippet of code at the beginning of one of my
scripts:

#!/usr/local/bin/perl -w
#use strict

use constant FALSE => 0;
use constant TRUE => 1;

use Getopt::Long;
use Config;

require "shellwords.pl";
require "GUSI.ph";


The problem is that when I actually tried making a runtime version of
this script it saved it with no errors/warnings, but then when I
actually try to run it on the other machine I get the error that it
cannot locate constant.pm in @INC.  Can anyone tell me what is going on
here?

TIA,

Brenda

===== Want to unsubscribe from this list?
===== Send mail with body "unsubscribe" to macperl-request@macperl.org