foreach (@inputfields)
{
($fname, $fvalue)=split(/:/, $_);
$inputs{$fname}=$fvalue;
}
Here is the code for the second hash:
$defref = {
requester_name => $inputs{"Requester Email"},
requester_email => $inputs{"Project Manager Name"}
}
Where the actual "Requester Email" and "Project Manager Name" are actual key values (i.e. $fname). As far as I can tell, nothing ever gets loaded into $defref. I am making illegal references? Thanks!
In reply to Re^2: Hash creation
by applejacks
in thread Hash creation
by applejacks
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |