Re: Printing perldocs

2002-08-27 Thread dizzy74
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

Re: Printing perldocs

2002-08-27 Thread Jackson, Harry
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

Re: Printing perldocs

2002-08-27 Thread Ramprasad A Padmanabhan
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 > > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Re: Printing perldocs

2002-08-27 Thread shawn_milochik
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

Re: Printing perldocs

2002-08-27 Thread Felix Geerinckx
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