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