Make sure your variables $author & $abstract are declared globally - otherwise, they will be set inside the if{}, but not outside.
You can easily check if this is the prob by putting
print $author $abstract inside the if statement. If that returns values, that's the prob....