I wrote a simple Perl script that removes a line from a file then writes it to another file. The result that is printed to the other file is: Sat Jun 23 01:07:31 2001,bytes=32,time=192ms,TTL=239 The last three elements are written from an array. What I would like to do is only print the numbers to the file. In other words instead of bytes=32, time=192ms,TTL=239 I would like to write 32,192,239. Can someone help me out? Thanks!!!
- RE: removing ASCII characters from array Alex Nelson