Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RT 124029: perldoc -v doesn't support full-text search #54

Open
briandfoy opened this issue Dec 7, 2023 · 0 comments
Open

RT 124029: perldoc -v doesn't support full-text search #54

briandfoy opened this issue Dec 7, 2023 · 0 comments
Labels
imported from RT This issue was originally in rt.cpan.org Priority: backlog not working on this, unless someone else wants to Type: feature request add a feature that does not exist

Comments

@briandfoy
Copy link
Owner

[This ticket was originally filed in the Perl 5 bug queue, but has been transferred here because maintenance of Pod-Perldoc -- where the feature requested would have to be implemented -- is upstream CPAN. -- jkeenan]

This is a bug report for perl from [email protected],
generated with the help of perlbug 1.40 running under perl 5.26.1.

"perldoc -v" is only useful if you already know the name of the perl variable
that controls the thing you want to control.

e.g.

Both "perldoc -v '$/'" and "perldoc -v '$RS'" work and provide lots
of information about the input record separator. It even contains
the string "input record separator" as well as the alternative name
"$INPUT_RECORD_SEPARATOR".

"perldoc -i -v 'input.*record'" says only:

'input.*record' does not look like a Perl variable

The ability to search would be useful. There are lots of perlvars that I can
vaguely remember what they do but can never remember what they're called.

thanks,

craig

@briandfoy briandfoy added Type: feature request add a feature that does not exist Priority: low get to this whenever imported from RT This issue was originally in rt.cpan.org Priority: backlog not working on this, unless someone else wants to and removed Priority: low get to this whenever labels Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
imported from RT This issue was originally in rt.cpan.org Priority: backlog not working on this, unless someone else wants to Type: feature request add a feature that does not exist
Projects
None yet
Development

No branches or pull requests

1 participant