----- Original Message ----- 
From: "Randy W. Sims" <[EMAIL PROTECTED]>
To: "Fungii" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, April 29, 2004 9:00 PM
Subject: Re: Perldoc on Win98


> cd D:\perl\site\lib\Pod\
> copy Perldoc.pm Perldoc.pm.orig
> attrib -r Perldoc.pm
> edit Perldoc.pm
>
> If you get it to work, make a diff of the changes:

I got it to work. One space, all I had to do was delete one space!
In the function 'page' line 1500:

 last if system("$pager \"$output\"") == 0;

Changed to:

 last if system("$pager\"$output\"") == 0;

(Deleted the space between $pager and \"$output\".)

> diff -u Perldoc.pm.orig Perldoc.pm > C:\Perldoc.patch
> and send it to Sean. Also let us know.

I did.

> If you can't find & fix the problem, post what info you can glean
and
> we'll see where it leads. I don't have Win98, so we may may have to
go
> back and forth a bit to find the problem.
>
> Randy.

Thanks Randy. Now I must sleep. :)

Rich


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to