Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Visualize Perl Program -- PPI

by Discipulus (Canon)
on Oct 01, 2020 at 10:53 UTC ( [id://11122410]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        return \@out;
    }
    
  2. or download this
    found TOPLEVEL PPI::Token::Comment #!/usr/bin/env perl (line 1)
    found TOPLEVEL PPI::Statement::Variable my $fb = fizzbuzz(); (line 3)
    ...
        return \@out;
    } (line 6)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-20 00:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found