Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Random but non-repeating array loop

by sifukurt (Hermit)
on Jan 18, 2002 at 23:05 UTC ( [id://139915]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Math::NumberCruncher;
    ...
    foreach my $char ( @chars ) {
        print $char, "\n";
    }
    
  2. or download this
    use strict;
    use Math::NumberCruncher;
    ...
    foreach my $char ( @chars ) {
        print $char, "\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-03-28 17:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found