I'm not sure I understand what you are asking, but I will have a go.

Basil Daoust wrote:
> What happened to the perldoc -q FAQ it seems to have been replaced by
> a FAQRegex? 

I don't know when (or if) it was replaced, but I have just checked a
5.6.1 Perl and it refers to FAQRegex ('perldoc -?' that is). So it would
seem to have been like that for some time.

> I recently installed 5.8 and no longer have the old FAQ to search
> through. 
> 
> perldoc [options] PageName|ModuleName|ProgramName...
> perldoc [options] -f BuiltinFunction
> perldoc [options] -q FAQRegex

The FAQ hasn't been removed, it just means that you can use a regex to
search (in case that was your question). So that the search that I
refered to in a previous post in this thread (i.e. 'perldoc -q "sort a
hash"') could also be written as 'perldoc -q "sort.+hash"'.

The above works fine on my build 810 installation. If it doesn't on
yours, then your installation may be cream-crackered.

HTH

-- 
Brian Raven
 


-----------------------------------------------------------------------
The information contained in this e-mail is confidential and solely 
for the intended addressee(s). Unauthorised reproduction, disclosure, 
modification, and/or distribution of this email may be unlawful. If you 
have received this email in error, please notify the sender immediately 
and delete it from your system. The views expressed in this message 
do not necessarily reflect those of LIFFE Holdings Plc or any of its subsidiary 
companies.
-----------------------------------------------------------------------


_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to