相同的陣列我有了這些下面的數據的輸入文件:結合使用Perl
input.txt中
xinstA portA out ctl vcc vss box_cell
xinstB in portB ctl vcc vss box_cell
xinstA in out portA%1 vcc vss box_cell
xinstB porB%1 out ctl vcc vss box_cell
xinstA in out mc1_ctl vcc vss box_cell
...
... may have xinstC, xinstD and so forth
...
我所需的輸出會是這樣:
xinstA portA out portA%1 mc1_ctl vcc vss box_cell
xinstB portB%1 portB ctl vcc vss box_cell
...
... can have xinstC, xinstD and so forth.
...
我想合併具有相同前綴xinst
名稱的行。 如何使用Perl實現這個?
您的Perl腳本在哪裏? – serenesat
我的代碼很長,我問的問題只是該長文本的一部分,但如果您想查看它,我可以提供給您 – Meeyaw
Stack Overflow是一個關於程序員幫助程序員解決問題並整理信息的網站,作爲結果。它有助於大量,如果你顯示一些願意通過表明你的嘗試到目前爲止 – Sobrique