Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: So whats new about pod and X<>-tag? How to check current development?

by Anonymous Monk
on Feb 02, 2012 at 17:06 UTC ( [id://951492]=note: print w/replies, xml ) Need Help??


in reply to Re: So whats new about pod and X<>-tag? How to check current development?
in thread So whats new about pod and X<>-tag? How to check current development?

FWIW, Pod::POM::Web and others of the type, as well as App::Perldoc::Search, support searching

  • Comment on Re^2: So whats new about pod and X<>-tag? How to check current development?

Replies are listed 'Best First'.
Re^3: So whats new about pod and X<>-tag? (nroff)
by LanX (Saint) on Feb 02, 2012 at 18:47 UTC
    Well I was looking for a command-line solution, which could also work within the debugger...

    And after investigating Pod::Man I discovered that the X-tags (and more) ARE actually (almost correctly) exported to man's *roff- format.

    lanx@nc10-ubuntu:/tmp$ grep 'X<qr>' perlop.pod X<qr> X<s> X<tr> X<'> X<''> X<"> X<""> X<//> X<`> X<``> X<<< << >>> X<qr> X</i> X</m> X</o> X</s> X</x> X</p>

    lanx@nc10-ubuntu:/tmp$ grep 'Xref' perlop.man |grep qr .IX Xref "operator, quote operator, quote-like q qq qx qw m qr s tr ' +'' "" """" ` `` << escape sequence escape" .IX Xref "qr i m o s x p"

    So it's more a question about finding an appropriate viewer/pager to be able to jump into the correct line.

    Identifying the file is no big deal...

    Cheers Rolf

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://951492]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-24 17:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found