Hi guys
I'm learning PERL 3 classes so far, and I'm stuck in a script i have to do which has to do the following:
The main function is doing the same as the CUT command in the linux bash, but the user has to provide the -f and -d option, and applied it to a file given as an argument to the script itself.
I already managed to pass the file contents to an array, but i can't get to the part where it must split the file on the right column, by the given delimeter.
can somebody help me on this
Thnks a lot