Greetings!

I have been working with the Win32::Eventlog module, and so far it is a wonderful tool. One problem, however, is the 'User' field that is returned looks to be in binary. For example, here is a dump of one of my event log entries.
$VAR1 = { 'TimeGenerated' => 1114112564, 'RecordNumber' => 10, 'ClosingRecordNumber' => 0, 'User' => '☺♣ ♣§ ⌐♠`Å&#8 +776;≈⌠─G^u2∩♥ ', 'Computer' => 'JPICKETT-LAPTOP', 'EventID' => 1073748859, 'Length' => 0, 'Message' => 'The Alerter service was successfully sent a st +op control.', 'Timewritten' => 1114112564, 'EventType' => 4, 'Strings' => 'Alerter stop ', 'Source' => 'Service Control Manager', 'Category' => 0, 'Data' => '' }; }
Is there any way in Perl to get the user name as opposed to binary data? Thanks!

In reply to Win32::Eventlog Question by jupe

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.