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
> 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
>> 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
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
>
> 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