Re: special vars

2004-02-04 Thread drieux
On Feb 4, 2004, at 10:23 AM, Rob Dixon wrote: [..] Disabling output buffering in Perl should be seen as a nicety that helps debugging, but not much else. Only a hardware solution can guard against losing power at the wrong time. Minor Nit, yes I know that the thread has been about disk and/or files

Re: FW: special vars

2004-02-04 Thread Rob Dixon
Eternius wrote: > > Wiggins D Anconia wrote: > > >>Nilay Puri wrote: > >> > > > > > >>if u use an OS like linux (which will not write things imediately to > >>disc) this forces it to do so. > >> > > > > > > That is misleading and not necessarily true. It tells Perl to unbuffer > > the I/O but not t

Re: FW: special vars

2004-02-04 Thread Eternius
then I guess, I didn't understand it myself Wiggins D Anconia wrote: Nilay Puri wrote: if u use an OS like linux (which will not write things imediately to disc) this forces it to do so. That is misleading and not necessarily true. It tells Perl to unbuffer the I/O but not the OS. The OS de

Re: FW: special vars

2004-02-04 Thread Wiggins d Anconia
> Nilay Puri wrote: > > > if u use an OS like linux (which will not write things imediately to > disc) this forces it to do so. > That is misleading and not necessarily true. It tells Perl to unbuffer the I/O but not the OS. The OS decides what will and won't get written to disc, based on k

AW: FW: special vars

2004-02-04 Thread Bastian Angerstein
. See Fcntl, File::Handle, Io::Handle at cpan for more. -Ursprungliche Nachricht- Von: Eternius [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 4. Februar 2004 12:00 An: [EMAIL PROTECTED] Betreff: Re: FW: special vars Nilay Puri wrote: > >> -Original Message- >>From

Re: FW: special vars

2004-02-04 Thread Eternius
Nilay Puri wrote: -Original Message- From: Nilay Puri, Noida Sent: Wednesday, February 04, 2004 11:37 AM To: Perl (E-mail) Subject: FW: special vars -Original Message- From: Nilay Puri, Noida Sent: Wednesday, February 04, 2004 11:32 AM To: Perl (E-mail) Subject

Re: FW: special vars

2004-02-03 Thread Jeff 'japhy' Pinyan
On Feb 4, Nilay Puri, Noida said: >> Can any one help me understand the usage of special variable $| ? >> >> I know the description of this var. If set to nonzero, forces a flush >> after every write or print. Most filehandles buffer their output until a newline is reached. For example, try th

FW: special vars

2004-02-03 Thread Nilay Puri, Noida
> -Original Message- > From: Nilay Puri, Noida > Sent: Wednesday, February 04, 2004 11:37 AM > To: Perl (E-mail) > Subject: FW: special vars > > > > -Original Message- > From: Nilay Puri, Noida > Sent: Wednesday