- or download this
#!/usr/bin/perl -w
use strict;
my ( $key, $value );
...
while ( ( $key, $value ) = each %hash ) {
print "$key and $value \n";
}
- or download this
#!/usr/bin/perl -w
use strict;
my ( $key, $value );
...
while ( ( $key, $value ) = each %hash ) {
print "$key and $value \n";
}
- or download this
$hash{rat} .= "fhhfjfjj";
$hash{rat} .= "dggdgdgdg";