L
Larry
Perl gurus... What's your "philosophy" about single vs. double quotes,
where you're not using any interpolation.
i.e.
$x = 'foo';
or
$x = "foo";
I know there are weightier issues to spend time worrying about
but...
where you're not using any interpolation.
i.e.
$x = 'foo';
or
$x = "foo";
I know there are weightier issues to spend time worrying about
but...