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 using ActivePerl, all documentation should be available as 
web pages. Look in you start menu under 

    Programs | ActiveState ActivePerl n.n | Documentation

If you just want info from e.g. perldoc -q or perldoc -f, you can 
always pipe the information to a file and print this from your text 
editor, e.g.

        perldoc -f open >doc_for_open.txt

-- 
felix

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to