can someone help me how to print out the array , thank youmy @rows; foreach $Old_URL (@Old_URL) { chomp $Old_URL; @rows = ED::database->execute_query("select new_url from convertedUR +L where old_url = 'http://www.ed.gov/PressReleases/01-20 03/index.html'"); $rowcount = @rows; } print "\n"; foreach $row (%rows) { print keys($row); } print "\n"; print "\n";
edited: Mon May 12 13:34:19 2003 by jeffa - code tags
In reply to help on hashes by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |