this looks like good perl programming to me, but it doesn't work however :(#! /usr/bin/perl use strict ; use warnings ; foreach ( keys &testa ) { print "key is $_\n" ; } sub testa { my %s ; $s{'a'} = 10 ; $s{'b'} = 20 ; $s{'c'} = 30 ; return %s ; }
In reply to hash from sub directly into foreach loop by jeanluca
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |