From: Nikola Janceski <[EMAIL PROTECTED]>

> Then I am really confused, how can I cause the scope of $\ to extend
> only to the end of the file and not into the other modules??

I'm afraid you can't.
You could (using some Tie::Handle magic) change the filehandle so 
that each print to that filehandle will add \n at the end of the 
data, but I don't think it's worth the hassle. I think it would be 
easier to define println() than this.

Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to