21 Jun
2002
21 Jun
'02
8:33 a.m.
I want to change multiple occurances of a char (! to \n) in a large array, can someone point me in the right direction please....
I'm using Net:Telnet:Cisco and it loads the config into an array, I want to show the running config but the line feeds arn't there, just the "!" indicating a new line..
for(@array) { s/!/\n/; } Cheers, Mat