perl Perl - Function Rand 10:54 AM Unknown No comments #!/usr/bin/perl use strict; use warnings; my $cond = 50; while($cond--){ my $rand = int(rand(4)); print "$rand\n"; } Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook
0 comentários:
Post a Comment