Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: ARC4

by wazoox (Prior)
on Dec 01, 2008 at 11:34 UTC ( [id://727070]=note: print w/replies, xml ) Need Help??


in reply to ARC4

Just a couple of comments :

- Unless you know what you're doing, always add use strict; use warnings; at the top of your code. This will force you to declare variables and will save you a huge amount of problems.

- Though "C style" loops are generally OK, people usually prefer "perlisms", for instance :

for my $i ( 0 .. 255 ) { # whatever }

Log In?
Username:
Password:

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

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

    No recent polls found