Dear all,

There are several methods to search POD on window
prompt by issuing the lines below:
 
perldoc perl(get overview of Perl)
perldoc -f map( search a function called map)
perldoc -q regular expression (search a question about
 regular expression )
perldoc CGI( information about module CGI)

But sometimes I just want to read the part I am
interested in,for example how to write a table using
CGI module. In this case can I type something like
this and get the specific result?

perldoc CGI table (This doesn't work and return the
whole stuff)

Another question: 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?


Thanks,

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