in reply to Re^2: Help with a dereference
in thread Help with a dereference

Thanks guys,

I mainly was checking that @{$matches->{$user}} was correct, because I actually was using it in an if statement then iterating through it to print to a filehandle.

I was using print to test that the array looked right and the periods were hanging me up.

Thanks again.