Uh.... Sorry, bad idea. After reading some of the other posts, it would 
seem that the script itself is probably not the issue. Just ignore me....

Dave

At 04:28 PM 3/9/01 -0600, you wrote:

>On Fri, 9 Mar 2001, Dave Sherman wrote:
>
> > Jamie, could you just post your script to the list? If it is really
> > big, maybe just the first ten or twenty lines. This might make it
> > easier for us to help you troubleshoot.
> >
> > Dave
>
>     Here are the first 29 lines:
>
>
>
>#!/usr/bin/perl
>
>
>#MUD Shell
>#(C)2001 Dean "Gandalf" Swift and Xirium
>#
>#20010209 Gandalf: idea taken from comments on SlashDot.Org
>#20010210 Gandalf: start
>#20010211 Gandalf: save
>#20010212 Gandalf: save test
>#20010213 Gandalf: save
>#20010214 Gandalf: save test
>#20010218 Gandalf: save
>
>sub disp
>  {
>  $width="." x 72;
>  $in=shift;
>  if($in ne "")
>   {
>   print "\n";
>   }
>  while(length($in)>length($width))
>   {
>   if($in=~/^\n/)
>    {
>    $in=~s/^\n//;
>    print("\n");
>    }
>
>
>
>
>
>
>
>
>
>
>
>
> >
> > On Friday 09 March 2001 11:00, HOEFFNER at dcmir.med.umn.edu wrote:
> > > Another try. What happens if you do the absolute pathname to the file
> > > you're trying to execute (ie: /usr/people/jme/prog101)?
> > >
> > > Ed
> > > _______________________________________________
> > > tclug-list mailing list
> > > tclug-list at mn-linux.org
> > > https://mailman.mn-linux.org/mailman/listinfo/tclug-list
> >
> >
>
>--
>   "It is a mistake to let any mechanical object realise that you are in a
>hurry." --Ralph
>
>
>_______________________________________________
>tclug-list mailing list
>tclug-list at mn-linux.org
>https://mailman.mn-linux.org/mailman/listinfo/tclug-list

01000001 00001010 01100001 01101100 01101111 01100111   01101001 
01110011   01100100 01100101 01100001 01100100   01001110 01101111 01101110 
01100111   01101100 01101001 01110110 01100101   01100100 01101001 01100111 
01101001 01110100 01100001 01101100
(Go figure it out.)