Help for this page

Select Code to Download


  1. or download this
    my @prob = (0.1, 0.25, 0.03, 0.4, 0.22);
    
  2. or download this
    my @options = qw(monday tuesday wednesday thursday friday);
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    }