Re: My feeling > but seriously though, i agree with you > that changing . to _ > and -> to . was pointless The string glue is now called ~, not _. -> to . makes ...
Re: Perl > % print <>; > Wow, fewer lines of code... it must be > better. And this way is so much more > readable. No, I didn't w...
Re: Perl > You can reduce the example in perl to > the following one liner: > perl -pe "" I didn't know we were golfing... perl -pe1
Perl Just for educational purposes, here are Perl translations of the example scripts. "Macros" - A single line of Perl does the same as the given 7-line Ruby example, including error ...
This # #!/usr/bin/perl # this is a perl script # this is a comment # this used to be a blank line while # loop (1) # forever &n...