http://qs321.pair.com?node_id=83981


in reply to Re: Re: Daft text adventure project
in thread Daft text adventure project

this is a real simple breakdown of the code ...

its quite simple to do, and not very difficult to figure out :)

to read a file:
$filename = "$player_dir/$temp";
do($filename);

to save a file:
print FILE Dumper \%myhash;

Mbond.