i nned ur help

2003-07-10 Thread chandana
HI , I'll give u my perl codeings . I need to add these out puts to a hash ( array ) , but now already i have added that into a normal array . Could u help me pull those results in to a hash . Actually i'm using perl . #! /usr/bin/perl -w use strict; use DBI; my ($dbh, $sth);

RE: i nned ur help

2003-07-10 Thread Rudy Metzger
the whole new array, you could use: foreach @ad ( @array_data ) { foreach $elem ( @ad ) print $elem, ; print \n; } Have fun! /rudy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: donderdag 10 juli 2003 10:43 To: [EMAIL PROTECTED] Subject: i nned ur help HI

RE: i nned ur help

2003-07-10 Thread Ryan Yagatich
, you could use: foreach @ad ( @array_data ) { foreach $elem ( @ad ) print $elem, ; print \n; } Have fun! /rudy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: donderdag 10 juli 2003 10:43 To: [EMAIL PROTECTED] Subject: i nned ur help