Hashrow into an array

2002-10-28 Thread Ramon Hildreth
Hi, I have a hashref called $row, that I would like to load into an array one row at a time. My $row = $sth->fetchrow_hashref(); I would like to take each row and push those values into an array. Anyhelp would be greatly appreciated. Thanks. -

Using modules without root privlidges

2002-10-04 Thread Ramon Hildreth
Hi, I use perl in a restricted environment and I don't have access to load modules that aren't there. I would like to Use additional modules and/or create some of my own. Is there a workaround for this? Thanks. --www.ramonred.net--