wolverina has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl -w $file = "file.txt"; open(OUT, ">$file"); close (OUT); print "Content-type: text/html\n\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: simple substitution
by davido (Cardinal) on Jan 04, 2004 at 06:14 UTC | |
by wolverina (Beadle) on Jan 05, 2004 at 08:04 UTC | |
|
Re: simple substitution
by tachyon (Chancellor) on Jan 04, 2004 at 07:15 UTC | |
by jweed (Chaplain) on Jan 04, 2004 at 08:13 UTC | |
by tachyon (Chancellor) on Jan 04, 2004 at 11:40 UTC | |
by jweed (Chaplain) on Jan 04, 2004 at 17:24 UTC | |
|
Re: simple substitution
by exussum0 (Vicar) on Jan 04, 2004 at 06:11 UTC | |
|
Re: simple substitution
by BUU (Prior) on Jan 04, 2004 at 06:04 UTC | |
|
Re: simple substitution
by pg (Canon) on Jan 04, 2004 at 06:26 UTC | |
|
Re: simple substitution
by Anonymous Monk on Jan 04, 2004 at 16:29 UTC |