Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^4: ACA JAPH

by eyepopslikeamosquito (Archbishop)
on Aug 18, 2007 at 23:09 UTC ( [id://633539]=note: print w/replies, xml ) Need Help??


in reply to Re^3: ACA JAPH
in thread ACA JAPH

Wow, that's a nice node that I wasn't previously aware of. The basic shortenings I made were:

  • all variable names one char in length
  • eliminate variables where you can
  • removed quotes from strings (e.g. "FRED" -> FRED)
  • $x=1;$y=1 -> $x=$y=1
  • shift -> pop in subs
  • removed return in subs
  • split // -> /./g
  • for {...} -> ... for
  • if {...} -> ... or ...
  • ' ' -> $"
These all seem to be mentioned in Perl Golf 101, except perhaps the last one. BTW, I've added Perl Golf 101 to the list of references in The Lighter Side of Perl Culture (Part IV): Golf.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2026-01-19 18:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your view on AI coding assistants?





    Results (124 votes). Check out past polls.

    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.