Re: wwwoffle cached images icons
"A. Pagaltzis" <[email protected]>
| Newsgroups | gmane.culture.people.kragen.discuss |
|---|---|
| Message-ID | <20070320040817.GD9589@klangraum> |
* Richard Maxwell Underwood <[email protected]> [2007-03-11 22:00]: > What perl program does not use tricks? > > Perl programmers are tricksy :) Hehe. :-) Actually I use such tricks only when they really buy a significant amount of conciseness, which usually requires that the rest of the code be pretty short in relation to the tricksy code. Such tricks generally reduce code length by increasing coupling along some axis, so in modules or larger programs, it is more sensible to make the part in question more verbose but also amenable to abstraction and decoupling. -- *AUTOLOAD=*_;sub _{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1} &Just->another->Perl->hack; #Aristotle