By the way, you mention that the short-hand NiceSlice notation for squeeze
is '-' but I particularly enjoy calling this the Smiley Modifier.  :-D

For anybody not sure what I'm talking about, if you read up on NiceSlice,
you'll eventually come to Modifiers, and the '-' modifier squeezes out any
singleton dimensions.  In practice, it might look like this:
$my_subset = $my_piddle($i:$j,0;-);

So, you can put Smileys in your code!  And it's valid syntax!

David
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to