--- Tom Phoenix <[EMAIL PROTECTED]> wrote:

> On 9/11/06, chen li <[EMAIL PROTECTED]> wrote:
> 
> > sometimes some PODs are very long I
> > can't go back  once I read to the end. The only
> way I
> > can go back is to issue the line code again. Is
> there
> > any way around this problem under window prompt?
> 
> Generally, the perldoc command sends its output to a
> pager program.
> That's a program that lets you read the
> documentation one screenful at
> a time, generally using the space bar to advance to
> the next page.
> Some pagers (such as 'less') will let you search
> forward and backwards
> through the documentation, among other conveniences.
> Most Unix systems
> have at least the pagers 'more' and 'less'.
> 
> If you wish to use a different pager than the
> default, or none at all,
> check the pager options covered in 'perldoc
> perldoc', which is the
> documentation of perldoc itself. Of course, the
> default pager on your
> system may already be capable of doing what you
> need; check its
> documentation as well.
> 
> Cheers!
> 
> --Tom Phoenix
> Stonehenge Perl Training



Thank you very much, Tom. 

After I read perldoc perldoc I find the solution to my
question: use the -T option.

And this is how I do (use CGI POD as an example):

C:\> perldoc -T CGI > CGI.txt

After that I get a file called CGI.txt at the same
directory. Then I open my editor and import CGI.txt.
Now I can do what I want.


Li






__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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