pccode has asked for the wisdom of the Perl Monks concerning the following question:
Obviously the code above doesn't work. So how can I search for \x28\x00\x00 and then add the next 25 characters onto the search string? Thanks.s/(\x28\x00\x00.*?[25])//e;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: searching for a specific number of characters
by diotalevi (Canon) on May 19, 2005 at 06:34 UTC | |
by pccode (Novice) on May 19, 2005 at 06:40 UTC | |
|
Re: searching for a specific number of characters
by polettix (Vicar) on May 19, 2005 at 11:05 UTC |