What Type Of Data Structure Is This?

2002-09-30 Thread Ken Hammer
A strange question. I'm using the following data structure to store information from a data base query: $tablename{$table} = { table_name= [$table], index_name= [$index_name], columns = [@column_name], type

RE: What Type Of Data Structure Is This (Summary)

2002-09-30 Thread Ken Hammer
the previous information, so that only the above is now stored. What have I done, how do I do what I want, and am I in over my head? -- Ken Hammer University Of Michigan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Printing A Hash of Hashes

2002-09-30 Thread Ken Hammer
getting the value in the first part, and the memory location for the second part? In other words, the key/values print out as expected from the initializing loop, but not from the adding part? -- Ken Hammer University Of Michigan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Printing A Hash of Hashes

2002-09-30 Thread Ken Hammer
are looking for. /\/\ark -- Ken Hammer University Of Michigan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Using Net::Telnet

2002-06-11 Thread Ken Hammer
. -- Ken Hammer University Of Michigan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Suggestions For Flexible Text Output

2001-12-07 Thread Ken Hammer
the different options? Is there a module out there that can help? I'm having dificulty getting Format::Text to do what I want. -- Ken Hammer Strategic Projects And Planning University Of Michigan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Timimg Out A loop

2001-11-30 Thread Ken Hammer
(); $ua-agent(Godzilla/v911 Mithril); my $req = HTTP::Request-new(GET =$url); $req-referer(http://nowhere.com;); Loop until you reach 10 seconds { my $response = $ua-request($req); my $content = $response-content(); } -- Ken Hammer Strategic Projects And Planning University Of Michigan

Timing Out A Loop

2001-11-29 Thread Ken Hammer
$content = $response-content(); } -- Ken Hammer Strategic Projects And Planning University Of Michigan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Matching a String From The Bottom Of A File

2001-10-05 Thread Ken Hammer
when using qx in place of glob instead of creating the file? -- Ken Hammer Information Technology Central Services University Of Michigan [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Passing Wild Cards to System Commands

2001-09-05 Thread Ken Hammer
. The ? wildcard recieved the same treatment. Ideas? -- Ken Hammer Information Technology Central Services University Of Michigan [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Passing Wild Cards to System Commands

2001-09-05 Thread Ken Hammer
Thank you James, that did the trick! Kipp, James wrote: try using the glob() function.. it does this nicely -Original Message- From: Ken Hammer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 05, 2001 4:54 PM To: [EMAIL PROTECTED] Subject: Passing Wild Cards

Reading A File From A Remote Host Using Sockets.

2001-08-29 Thread Ken Hammer
port, or is there another way I can accomplish this task. Thank you. -- Ken Hammer Information Technology Central Services University Of Michigan [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]