Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: accessing randon number from perl script

by roboticus (Chancellor)
on May 24, 2012 at 18:47 UTC ( [id://972292]=note: print w/replies, xml ) Need Help??


in reply to accessing randon number from perl script

abcdefg:

Perhaps something like this would do:

open $TMP, '>', 'ZERO' or die $!; print $TMP, chr(0) for 0 .. 31; close $TMP; $cmd = "copy $vrl_1.bin/B + ZERO/B + $2.bin $3.bin"; system $cmd; $cmd = "del /y ZERO" system $cmd;

...extricating tongue from cheek.

...roboticus

Give a man a fish, and his hands will stink for a day. Teach him to fish, and they will stink for life.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-03-29 12:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found