Timeline for Tips for golfing in Perl?
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 13, 2017 at 12:39 | history | edited | Community Bot |
replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
|
|
| Feb 20, 2015 at 2:49 | history | wiki removed | Doorknob | ||
| Oct 25, 2012 at 21:02 | history | edited | J B | CC BY-SA 3.0 |
Example from ardnew
|
| Oct 22, 2012 at 19:45 | comment | added | ardnew | @JB here's a good example: codegolf.stackexchange.com/a/8746/3348 | |
| Oct 22, 2012 at 18:10 | comment | added | J B |
@GlitchMr thanks! (and now I'm bummed, because my point is still valid, just not with print, and now I can't find a nice and short example)
|
|
| Oct 22, 2012 at 12:25 | comment | added | null |
print hello won't work. It actually means print hello $_ (print $_ to filehandle hello).
|
|
| Mar 12, 2012 at 20:09 | history | answered | J B | CC BY-SA 3.0 |