in reply to Re^3: Need to replace string from external file
in thread Need to replace string from external file

"...make you more clear..."

Make me clear: IP and name separated by comma or newline?

BTW, output using sprintf as suggested by hippo using Path::Tiny:

path($file)->spew_utf8( map { sprintf $text, $_ } @args );

Not tested but should work. Regards, Karl

«The Crux of the Biscuit is the Apostrophe»

perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help