Significant whitespace?
Yes.
You're kidding, right?
No.
I thought I dodged that bullet when I quit trying to learn Python and stuck with Perl.
Etcetera, etcetera. Get used to it. Yes, POD has significant vertical whitespace.print 3 . 5; # 35 print 3.5; # 3.5 %foo = (bar => "xyzzy") print "-$foo{bar}-"; # -xyzzy- print "-$foo {bar}-"; # - {bar}- $a = 1; print $a - -5; # 6 print $a -- 5; # error print q qhelloq; # hello print qqhelloq; # qqhelloq
Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }
In reply to Re: Re: Worst thing you ever made with Perl
by Juerd
in thread Worst thing you ever made with Perl
by Juerd
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |