Eva has asked for the wisdom of the Perl Monks concerning the following question:
open (file, ">>myfile.txt"); print file "$var1==$var2\n"; close (file);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: output to a single line
by pg (Canon) on Jan 19, 2004 at 01:58 UTC | |
by Aragorn (Curate) on Jan 19, 2004 at 09:06 UTC | |
|
Re: output to a single line
by crabbdean (Pilgrim) on Jan 19, 2004 at 02:16 UTC | |
|
Re: output to a single line
by l3nz (Friar) on Jan 19, 2004 at 09:49 UTC | |
|
Re: output to a single line
by davido (Cardinal) on Jan 19, 2004 at 03:57 UTC | |
|
Re: output to a single line
by bart (Canon) on Jan 19, 2004 at 18:07 UTC |