I'd like to ask for help from this community.<br>I want to have a perl script that reads each file in current directory(those files are name like filename.V, and the second column of the first line is &1), I need to replace the &1 with filename(Please note: it filename, not filename.V) and write out the same filename to another directory.<br> Thank you.