HI all,
I have a text file include this:
set_global_assignment -name FA "titan VII"
set_global_assignment -name DE ASDF3HF
I want to use perl to find out and extract the result of FA (result: titan VII) and DE (the result is: ASDF3HF). I only know basic on regular expression, i am not used to do expression and store this output. please help
Many thanks
You can do:
See it