Re: Printing A Hash of Hashes

2002-09-30 Thread Ken Hammer
ence it correctly, but > I don't think that's what you are looking for. > > /\/\ark -- 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
} = [$r_constraint_name]; $tablename{$table} -> {created_by} = [$generated]; The above is from the help (thank you) from a previous post. Why am I 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 initia

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

2002-09-30 Thread Ken Hammer
gt; ["$constraint_name"], "con_type" => ["$type"], "rem_con_name" => ["$r_constraint_name"], "created_by"=> ["$generated"] }; I lose all the pr

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"],

Using Net::Telnet

2002-06-11 Thread Ken Hammer
oit? Thanks. P.S. Using the print() and waitfor() combination, resulted in a timeout error. If I set the timeout, the /tmp/input file was empty. -- 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
l 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
; > > my $url = "http://$host:$port/page";; > my $ua = LWP::UserAgent->new(); > $ua->agent("Godzilla/v911 Mithril"); > my $req = HTTP::Request->new(GET =>$url); > > $req->referer("http://nowhere.com";); > > Loop until

Timing Out A Loop

2001-11-29 Thread Ken Hammer
";); Loop until you reach 10 seconds { my $response = $ua->request($req); my $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
he bottom of the file for the first occurrence of a string. 2) Why does the system command print to STDOUT 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]

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 > &

Passing Wild Cards to System Commands

2001-09-05 Thread Ken Hammer
his could work. Escaping the "*" (\*) did not help. 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]

Reading A File From A Remote Host Using Sockets.

2001-08-29 Thread Ken Hammer
a SSL 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]

Using SSL and Perl to Gather Process Information

2001-05-16 Thread Ken Hammer
ction? Thank you. -- Ken Hammer Information Technology Central Services University Of Michigan [EMAIL PROTECTED]