Hi,
I guess this message is for AMadMonk, or whomever is supporting the Perl module.
I just tried the following code (the code button is not working for me):
test.pl:
--------
sub testStructures {
my $currentTarget;
$currentTarget={
name => MQPerl::ParseVars("\$target(name)")
};
return $currentTarget;
}
MQPerl::DoCommand("/press F1");
$test=testStructures();
print "Here is the name: $test->(name)";
1;
----------
I can't see anything wrong with that code,..it should create a record with the contents of the $target(name) eval.
When I try this, it hangs EQ.
Is this a bug, or am I doing something wrong?
Thanks for any help,
MacroSloth

