in reply to Re^2: Is space supposed to be ignored between a sigil and its variable name?
in thread Is space supposed to be ignored between a sigil and its variable name?

Yeah, I suspect the perl toeknizer turns <$fh> into a single token... probably historical, since it always used to be <BLARG> and <> also does <stuff.*> ... so yeah, fine except where it doesn't work -- like way too much overloaded operators?

-Paul

  • Comment on Re^3: Is space supposed to be ignored between a sigil and its variable name?

Replies are listed 'Best First'.
Re^4: Is space supposed to be ignored between a sigil and its variable name?
by Anonymous Monk on Apr 18, 2009 at 15:45 UTC
    context rich enviroment :)
    <$fh> readline$fh < $fh > <$ fh> glob$fh
    you want space, use glob :)