Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: accessing randon number from perl script

by ww (Archbishop)
on May 24, 2012 at 22:42 UTC ( [id://972334]=note: print w/replies, xml ) Need Help??


in reply to accessing randon number from perl script

Another nit (but non-trivial): You are not "appending three binary files together": you are concatenating three files... and not even exactly that, if I understand your "I dont (sic) want to have this second file...." correctly.

In any case, appending implies that a second (third, fourth....) entitity is appended (surprise!) to a first with the result (in the case of files) being the first file extended by the content of the second. IOW, the original first file is changed.

Concatenating, OTOH, implies building a new file (entity) by combining the originals... without modifying those originals, at all.

So why is this minor, pedantic, but non-trivial? Because precision of language and thought are critical assets for a programmer.

  • Comment on Re: accessing randon number from perl script

Log In?
Username:
Password:

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

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

    No recent polls found