| hwg-techniques archives | Nov 2000 | new search | results | previous | next |
Perl Questionby "Christie Cooksey" <christie(at)thearmidalemall.com> |
|
I'm using a script with the following code:
open (TEMP, "results.shtm") or &medie ("Can't open results.shtm - reason:
$!");
$template = join ('', <TEMP>);
close (TEMP);
How do I tell it to look for results.shtm one directory up? Ive tried:
(TEMP, ">../results.shtm")
to no avail.
Cheers :0)
Christie Cooksey
Websites "Designed by Christie"
http://www.designedbychristie.com
TheArmidaleMall
http://www.thearmidalemall.com
HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA