2 Comments
Leave a comment
About Ron Savage
I try to write all code in Perl, but find I end up writing in bash, CSS, HTML, JS, and SQL, and doing database design, just to get anything done...
I try to write all code in Perl, but find I end up writing in bash, CSS, HTML, JS, and SQL, and doing database design, just to get anything done...
Should the line
my($chateau) = 'Chteau';
be
my($chateau) = 'Château';
?
Absolutely. Sometimes the display seems ok and sometimes not :-(.