/^\s*(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\(\s*\S+\s*\))/;
can anyone help me in understanding what the above line will do in a perl script?
I am not getting any output with the above code and wish to modify it. That's why want to understand it's function.