Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: How do I synchronize data to common timestamp (mystery)

by Anonymous Monk
on May 24, 2013 at 02:24 UTC ( [id://1035049]=note: print w/replies, xml ) Need Help??


in reply to How do I synchronize data to common timestamp

Its impossible to guess :)

Too many unknown moving parts

Try again please, for example like this

my $input = [ ... ]; my $want = { ... }; my $result = synch_that_time( $before ); require Test::More; Test::More::is( $input, $want, ' synch_that_time works as designed', );

Where you generate $input with liberal sprinkling of Data::Dump in the above script

Log In?
Username:
Password:

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

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

    No recent polls found