- or download this
##### start of app.pl #####
#!/usr/bin/perl
...
# ERROR IS IN THE NEXT LINE: %settings is empty (because %default_sett
+ings is empty)
my %settings = %default_settings;
##### end of app.pl #####
- or download this
##### start of settings.pl #####
%default_settings = (
...
$game => "etqw"
);
##### end of settings.pl #####
- or download this
##### start example #####
spirit@threat:~/develop/example$ cat hello.cpp
...
Hello world!
I'm 3 years old!
##### end example #####