Hi gang,I have an array, $Data, having a bunch of elements, $Datum, each of which contains something like this:@{Date =30-Nov-12; BillingWeek=1; BillingMonth=DECEMBER; Q=Q1; Weekday=Friday; CalendarMonth=November; Day=30; Year=2012; Time Due=8:00 AM)So for each $Datum, how can access the value, that's on the other side of "Date = " for example?P
↧