in reply to Re: Compare of array
in thread Compare of array
I use Data::Compare module
@td = Today([$year,$month,$day]); @tod=($year,$month,$date); $c=Compare($td,$tod); if ($c==1) { $bgcolor="#c0c0c0"; } else { $bgcolor="#FFFFFF"; }
and this error show in Internet Explorer
[920]ERR: 24: Error in Perl code: Undefined subroutine &Embperl::__5:: +Compare called at d:\sukromne\www\epl\calendar.html line 58.
What is wrong ???
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Compare of array
by jonadab (Parson) on Feb 11, 2004 at 14:46 UTC | |
|
Re:**3 Compare of array
by flounder99 (Friar) on Feb 11, 2004 at 21:06 UTC |