At 19:18 17/09/2003, you wrote:
Lee Goddard wrote:

> Brackets, parenthesis, the terms change over the Atlantic:
> that's just pedantry, Bill :)

That's just bull, Lee. :)  If you can't have common terminology,
how can you have a reasonable discussion about programming which
requires explicit terminolgy ?

Did/do you say braces or square brackets? Did you specify the style of parenthesis: looked to me like the significance was as implicit in your sentence as mine.

How about:

  () - plain/round parenthesis/brackets
  [] - square parenthesis/brackets
  {} - curly parenthesis/brackets, set delimiters (maybe not)
  <> - angle brackets; greater-/less-than

Really, though, bull aside, do you Yankees really
think () are not brackets?  Or [] aren't?


>> $file[9], why doesn't @{ stat($file) }[9] work?
>
> I don't mean to argue, I really am curious.

I'm guessing that is forcing a scalar context for 'stat($file)' when you
need a list context.

Could be. I really ought to invest in looking at the source for this thing...

Cheers!
Lee


____________________________________________________________________ Miert fizetsz az internetert? Korlatlan, ingyenes internet hozzaferes a FreeStarttol. Probald ki most! http://www.freestart.hu _______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to