A note about eval 

eval " # ... code goes here ";
eval {
    # ... code goes here
};