in reply to Re: Incomplete Output When Printing Hash
in thread Incomplete Output When Printing Hash
Tested your code. Unfortunately, it appears to have a problem since, at form submission, I am prompted with a download option (typical when there's some syntax issue). I'll tinker with it a bit and try to find the problem. (Maybe I copy/pasted something wrong and broke a line).
FAX
Okay ... modified your code ... here's the version that worked on Firefox 12.0 ...
use Data::Dumper; print "<html><meta http-equiv='content-type' content='text/html; chars +et=UTF-8'><BR/><BR/>"; print "<BR/>FtchObjtDets<BR/><BR/>"; print "<pre><BR/>"; print Dumper(\%myobjtdets); print "<BR/></pre><BR/>"; print "</html>"; exit;
Interesting that Firefox didn't like the newline syntax. Odd, that.
As for the output, Here 'tis. Again, a truncated list. Should I start drinking now?
$VAR1 = { 'prilabst' => 0, 'firstname' => 'Test', 'OBJECT.listmenuid' => '1650', 'odetnone' => 0, 'useremail' => 'test@test.com', 'clntobid' => '2', 'objtocat' => 'User', 'directory' => 'testuser', 'objtotyp' => 'Users', 'PROCESS.javaloc.Pages1' => 'Pages1', 'OBJECT.directory' => 'testuser', 'email' => 'test@test.com', 'usroidst' => 1, 'password' => 'test', 'clientid' => '2', 'PROCESS.javaloc.Menus1' => 'Menus1',
It's the little things that drive you crazy.
Still, thank you so very much for your interest and assistance.
FAX
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Incomplete Output When Printing Hash
by Monk::Thomas (Friar) on Aug 19, 2013 at 07:39 UTC |