darinlang has asked for the wisdom of the Perl Monks concerning the following question:
print "Content-type: text/html\n\n"; open CONF_VIP, "VIP.txt" or die "Can't open config.txt. $!\n"; $vip = <CONF_VIP>; print "VIP is $vip\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Linux to NT Open()
by dws (Chancellor) on Aug 07, 2002 at 03:20 UTC | |
|
Re: Linux to NT Open()
by weini (Friar) on Aug 07, 2002 at 04:53 UTC |