Help for this page

Select Code to Download


  1. or download this
    foreach my $nums (keys %hash){ 
       
    ...
             # or do something with $hash{$nums}
            }
    }
    
  2. or download this
    (0\.4[([^0]{2})([^0]\d)(\d[^0])])
    
  3. or download this
    (0\.4[(\d[^0])([^0]\d)])
    
  4. or download this
     use strict;
     use warnings;
    ...
    }
     
     exit(0);
    
  5. or download this
    if ($num =~ m/^(0\.([0-3]|400))/){
             print "$num is $numsh{$num}".$/;
             }