Now let's see what the optimizer does:#!/usr/bin/perl #testscript if($a eq "quackidiquack") { } if($a eq 'quackidiquack') { }
perl -MO=Deparse testscript if ($a eq 'quackidiquack') { (); } if ($a eq 'quackidiquack') { (); } testscript syntax OK
In reply to Re: Differences between " " and ' '?
by saintmike
in thread Differences between " " and ' '?
by Ace128
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |