My input file contain attributes
if(match($OPTION_EnableDetails, "1") or match($OPTION_EnableDetails_juniper,
"1")) {
details($juniFileXferStatus,$juniFileXferTimeStamp,$juniFileXferIndex)
}
@ExtendedAttr = nvp_add(@ExtendedAttr, "juniFileXferStatus",
$juniFileXferStatus, "juniFileXferTimeStamp", $juniFileXferTimeStamp,
"juniFileXferIndex",
$juniFileXferIndex)
I got lot of cases in my input file, How can i compare all instances start with $ in details and instances start with $ in nvp_add here?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…