On Wed, 15 Dec 2004, Abhijit Mahabal wrote:

#!/usr/bin/perl -e
$x = 1;

Is this supposed to work? I would tend to consider it counter intuitive...

#!/usr/bin/perl
v6; $x = 1;

Incidentally, and on a totally OT basis, I've noticed that Perl6 is supposed to have v-strings. But (current) 'perldoc perldata' warns that they won't be there after 5.8: taking all this into account I wonder wether this would be a wyse choice. I mean: maybe it hasn't been such a good thing to introduce them in the first place, but now that they're there, it may be even worse to remove them...



Michele
--
The amount of repetition repetition isn't that great. - Ignacy Sawicki in comp.text.tex
thread "Bug in FeynMF's Queues?"

Reply via email to