James Campbell wrote:
>Hi all
>
>Dumb question but... Does anyone know how to print a perldoc page displayed
>in the Windows DOS prompt?
>
>
>
How about
perldoc -f flock > your_file_lock.txt > LPT1
rob
--
Civilization is the process of reducing the infinite to the finite.
--
To
Title: Re: Printing perldocs
> -Original Message-
> From: Ramprasad A Padmanabhan [mailto:[EMAIL PROTECTED]]
>
> James Campbell wrote:
> > Hi all
> >
> > Dumb question but... Does anyone know how to print a
> perldoc page displayed
> > in t
James Campbell wrote:
> Hi all
>
> Dumb question but... Does anyone know how to print a perldoc page displayed
> in the Windows DOS prompt?
>
> I can't seem to find the html version of a page I need to print.
>
> Hope one of you can help
> cheers
> James
>
>
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
If you were to type:
perldoc -f chomp
to see the info you want, then try this:
perldoc -f chomp > chompdoc.txt
That will print the results to a text file, which you can read, print, etc.
Shawn
on Tue, 27 Aug 2002 12:45:10 GMT, [EMAIL PROTECTED] (James
Campbell) wrote:
> Dumb question but... Does anyone know how to print a perldoc page
> displayed in the Windows DOS prompt?
>
> I can't seem to find the html version of a page I need to print.
>
> Hope one of you can help
If you are u