On Monday, May 6, 2002, at 11:47  PM, Abhijit Menon-Sen wrote:
> Then this:
>
> ��� perl -le 'for (1,2,3,4,5,6,7,8,9,10) { print }'
>
> Should be the same as:
>
> ��� perl -le 'for (10) { print }'
>
>

Sorry, I am confusing:

[localhost:~] sneex% perl -le '@x = 1,2,3,4,5,6,7,8,9,10; print @x'
1
[localhost:~] sneex% perl -le '@x = (1,2,3,4,5,6,7,8,9,10); print @x'
12345678910

Mea Culpa;
_Sx____________________
  ('>    -Sx- IUDICIUM
  //\   Have Computer -
  v_/_    Will Hack...

   "iudicium ferat"

Reply via email to