Working with hashes...

2002-07-16 Thread Powell, Ron
I know this has been covered before, so a faq pointer is ok w/me. I have this code: while($db->FetchRow()){ %Data = $db->DataHash(First_Name,Last_Name); foreach $key (sort(keys %Data)) { print $key, '=', $Data{$key}, "\n"; } # end foreach print("\n"); } Now, what app

RE: Using grep with Win32 perl?

2002-07-11 Thread Powell, Ron
Slightly OT: I did a google search some time ago and found a grep command line util for windows... A quick google today produced this link: http://www.interlog.com/~tcharron/grep.html Personally, since switching to linux at home, I find myself trying to use all manner of unix commands on my windo