dshaw21369
Programmer
- Jul 8, 2002
- 64
I' m fairly new to Perl, and what Im trying to do is :
1. Loop through each line of an array
2. Extract five bytes at a time
3. Store
4. add a space b/w five byte
each line contains:
30130301313G11341669416864168741783418664509A
want to accomplish:
30130 30131 3G113 41669 41686 41687 41783 41866 4509A
1. Loop through each line of an array
2. Extract five bytes at a time
3. Store
4. add a space b/w five byte
each line contains:
30130301313G11341669416864168741783418664509A
want to accomplish:
30130 30131 3G113 41669 41686 41687 41783 41866 4509A