in reply to problem in using eval strings

What does perl say is the problem?
my %jobstats = eval $call; die("eval failed: $@") if $@;