Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        select undef, undef, undef, .1 + rand 1; # simulate processing tim
    +e
        return { from => 'read_RM', results => { 2..5} };
        }
    
  2. or download this
    $VAR1 = {
              'results' => {
    ...
                           }
            };