Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Refactoring just to refactor?

by jwkrahn (Abbot)
on Jun 28, 2019 at 19:14 UTC ( [id://11102094]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        map  { anchor( textify($_), { href => $_ } ) }
        grep { /^[A-Z].+/ &&  -f $_ }
        sort { article_sort($a, $b) }
    
  2. or download this
        map  { anchor( textify($_), { href => $_ } ) }
        sort { article_sort($a, $b) }
        grep { /^[A-Z].+/ &&  -f $_ }
    

Log In?
Username:
Password:

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

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

    No recent polls found