Rob Tanner wrote: > > > my $colleague = {}; > @{$colleague} = { "status", ^ Extraneous = op > "id", > "last_name", > "first_name", > "middle_name", > "campus", > "dob" > } = split(/:/, $record); - Barrie
- Damian Conway book example (is the bug mine or his?) Rob Tanner
- Re: [OT] Damian Conway book example (is the bug mi... Barrie Slaymaker
- Re: [OT] Damian Conway book example (is the bug mi... Ken Williams
- Re: Damian Conway book example (is the bug mine or... darren chamberlain