Discipulus has asked for the wisdom of the Perl Monks concerning the following question:
If you uncomment the new open all runs normally 'cause Perl close th FH and reopen it for reading.open (TEMPO, "+>c:\\winnt\\temp\\hash.tmp"); print (TEMPO "aba uba\niba seba\njak yuk\n"); ############open (TEMPO, "<c:\\winnt\\temp\\hash.tmp"); while (<TEMPO>) { print; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: 2-strange side effect with FH
by jmcnamara (Monsignor) on Oct 22, 2002 at 12:38 UTC | |
|
Re: (nrd) 2-strange side effect with FH
by newrisedesigns (Curate) on Oct 22, 2002 at 12:51 UTC | |
|
Re: 2-strange side effect with FH
by BrowserUk (Patriarch) on Oct 22, 2002 at 13:06 UTC | |
|
Re: 2-strange side effect with FH
by nothingmuch (Priest) on Oct 22, 2002 at 11:40 UTC | |
by blm (Hermit) on Oct 22, 2002 at 11:52 UTC | |
|
Re: 2-strange side effect with FH
by thor (Priest) on Oct 22, 2002 at 13:00 UTC |