Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: How do I generate a list of available top-level packages?

by jcb (Parson)
on May 08, 2020 at 00:03 UTC ( [id://11116560]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -e 'sub dp ($) {my $base = shift; my @nodes = map $base.$_, grep 
    +/::$/, keys %{$base}; @nodes = grep !/^(?:::)?main::main/, @nodes if 
    +$base =~ /^(?:::)?main/; print join(" ", @nodes),"\n"; dp($_) for @no
    +des}' -e 'dp "::"'
    

Log In?
Username:
Password:

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

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

    No recent polls found