Hi Monks,
In the code below, what does "$@" mean?
eval { store(\%hash, "$dir/pre_hash"); };
print "Error writing to file: $@\n" if $@;
Thanks!
Dicty
In reply to special character question by dicty