...
### Insert some data rows
$database{'Callanish I'} =
"This site, commonly known as the ``Stonehenge of the North'' is in the
form of a buckled Celtic cross.";
...
The next snippet is from code I wrote which didn't compile (choked on the repeated double quote marks as I attempted to put the word "Excretion" in quotes.
%database = ( ... "a4_2" => "releasing energy from food", "q_3" => ""Excretion" is getting rid of ______ material.", "a1_3" => "excess", ... );
Must I abandon trying to get double-quote marks into my hash element for later printing to the screen? I can live with single-quotes if I must.
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>