Re: quick retrieval help
[prev]
[thread]
[next]
[Date index for 2005/01/14]
Hi!
Yes thats what I meant ;-)
So this will give me an array of NAC::Interface objects?
Thanks, Alex
-----Urspr=FCngliche Nachricht-----
Von: Aleksandr Guidrevitch [mailto:pillgrim@xxx.xx]=20
Gesendet: Donnerstag, 13. Januar 2005 19:48
An: Hartmaier Alexander; cdbi-talk@xxxxxx.xxxxx.xxx
Betreff: Re: quick retrieval help
Hi Alexander,
Hartmaier Alexander wrote:
>
> map NAC::Interface->construct($_), $sth_int_down->fetchall_hash;
>
> =20
>
Most probably you're talking about:
my @interfaces =3D map NAC::Interface->construct($_),=20
$sth_int_down->fetchall_hash;
foreach (@interfaces) {
print $_->id
}
*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*=
"*"*
Hinweis: Dieses E-mail kann vertrauliche und gesch=FCtzte Informationen e=
nthalten.
Sollten Sie nicht der beabsichtigte Empf=E4nger sein, verst=E4ndigen Sie =
bitte den Absender und l=F6schen Sie dieses E-mail dann sofort.
Notice: This e-mail contains information that is confidential and may be =
privileged.
If you are not the intended recipient, please notify the sender and then =
delete this e-mail immediately.
*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*=
"*"*
|
|
Re: quick retrieval help
Hartmaier Alexander 07:23 on 14 Jan 2005
|