Can't locate GD.pm in @INC...

2003-11-03 Thread Krautkramer, John
Hi, I'm trying to use GD.pm on a RedHat 9.0 Linux machine in a Perl script. When the script is executed, it drops out with the message: Can't locate GD.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thr

Re: Can't locate GD.pm in @INC...

2003-11-03 Thread Wiggins d Anconia
> Hi, > > I'm trying to use GD.pm on a RedHat 9.0 Linux machine in a Perl script. > When the script is executed, it drops out with the message: > > Can't locate GD.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi > /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i

RE: Can't locate GD.pm in @INC...

2003-11-03 Thread Krautkramer, John
>> Hi, >> >> I'm trying to use GD.pm on a RedHat 9.0 Linux machine in a Perl script. >> When the script is executed, it drops out with the message: >> >> Can't locate GD.pm in @INC (@INC contains: >> BEGIN failed--compilation aborted at ./loads.cgi line 6. >> >> Line 6 is 'use GD;' >> >> I

Content-Length and printing

2003-11-03 Thread Sara
I am facing a problem here. I am writing a script which will produce HTML output for printing. I want to introduce "page-break" after a specified "Content-Length" and then it continues printing the remaining input. Lets suppose after every 130 characters (supposing a 65 character line, after ev

Re: Content-Length and printing

2003-11-03 Thread Wiggins d Anconia
> > I am facing a problem here. > > I am writing a script which will produce HTML output for printing. > > I want to introduce "page-break" after a specified "Content-Length" and then it continues printing the remaining input. > > Lets suppose after every 130 characters (supposing a 65 charac