this is the code i'm using by the way:
#!/usr/bin/perl
#######################################
##### PUT THE DIRECTORY YOU WANT TO START THE ADD REPLACE FUNCTION
##### NO TRAILING SLASH
#######################################
$startDirectory = "/mydirectory"...
to clarify, i can do a simple search and replace
BUT
the problem i'm having is the space in between the 2 sets of numbers in my unique string to search for
Here's what I'm trying to accomplish. (Pardon the simplicity of my request, but I'm not very good at perl yet...)
I have a very large space (20+ mb) delimited text file that looks something like this
20510 78136 77936 78133 etc...
20626 78114 78115 78116 etc...
And I'd like to find a little...
This is really 2 separate questions. I'm trying to write a PERL script that can do this:
1) take the following spreadsheet
ID 3423_3499 2324-5839
1 A_A B_B
2 A_B A_A
3 A_B A_B
and convert it to this:
ID 3423 3499 2324 5839
1 A A B B
2 A B A A
3 A...
Hello, I'm wondering if you can advise me on how to accomplish this ms access SQL query.
The data is from a simple memory task where people sit in front of the computer and see a string of letters flashed in front of them (i.e. VCBDLIWE) briefly, then they are shown one letter (i.e. I) and they...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.