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

Re: accessing randon number from perl script

by roboticus (Chancellor)
on May 24, 2012 at 18:47 UTC ( #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? | Other CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2023-06-01 19:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?