Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
line 215 is in this group of codePremature end of script headers: /home/local/public_html/cgi-bin/event +calendar.pl Unrecognized character \332 at /home/theperuv/public_html/cgi-bin/even +tcalendar at line 215
# Loop thru each hash and see if it repeats # Copy hash keys to prevent looping over aready updated dayinfo hash # This is the rev. 1.1 fix my(@dayinfokeys) = keys(Úyinfo); foreach $index (@dayinfokeys) { # Read the repeat number to see if other hashes need to be made # Split each entry into an array my($element) = ""; my(@entry) = (); foreach $element (@{ $dayinfo{$index} }) { my(@entry) = split('{',$element);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: unrecognized character\332
by dws (Chancellor) on Jan 26, 2002 at 10:49 UTC | |
by Anonymous Monk on Jan 26, 2002 at 11:12 UTC | |
by dws (Chancellor) on Jan 26, 2002 at 11:18 UTC |