Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: unknown code (ppi_dumper knows everything)

by Anonymous Monk
on Feb 14, 2018 at 23:33 UTC ( [id://1209187]=note: print w/replies, xml ) Need Help??


in reply to unknown code

Combine ppi_dumper with Perl documentation / Modern Perl and super search/Tutorials...

PPI::Document
  PPI::Token::Whitespace        '\n'
  PPI::Statement
    PPI::Token::Symbol          '*foo'
  PPI::Token::Whitespace        '\n'

So PPI::Token::Symbol says: The PPI::Token::Symbol class is used to cover all tokens that represent variables and other things that start with a sigil.

So perltoc or perl -> perldata - Perl data types -> http://perldoc.perl.org/perldata.html#Typeglobs-and-Filehandles

Would it be easier if PPI::Token::Symbol linked perldata all on its own? Yes :D

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-03-29 02:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found