Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Converting C# to Perl

by elmic11111 (Novice)
on Sep 18, 2012 at 20:58 UTC ( [id://994364]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    string dateTimeString = DateTime.UtcNow.ToString("R", CultureInfo.Inva
    +riantCulture);
    string hashString = ComputeHash(strTenant + dateTimeString, key);
    
  2. or download this
    my $dateTimeString = strftime('%a, %e %b %Y %T',localtime);
    my $data = $strTenant.$dateTimeString.' UTC';
    $digest = hmac_md5($data, $pkey);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://994364]
Approved by bulk88
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-04-20 00:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found