Archive for the ‘perl’ Category
Thursday, February 16th, 2012
Where i can download a perl ide for win 32 (win vista)
Posted in perl | 2 Comments »
Sunday, February 12th, 2012
I'm fairly new to Perl. I wrote a script to rename my mp3 files in a given folder based on their metadata tags. My script works, however it only works if the actual file is in the same folder as the given folder. How do I fix ...
Posted in perl | 2 Comments »
Sunday, February 5th, 2012
Posted in perl | 1 Comment »
Saturday, February 4th, 2012
How to crawl my nickname from my profile of yahoo in php or perl?
Hi, I was wondering if anyone can tell me, how to make a crawl for example to my profile yahoo page
and get my nickname and print it on my website.
some function or something whit search an specific ...
Posted in perl | 1 Comment »
Sunday, January 29th, 2012
Is it possible, if so please give me a detailed explanation, I am very new to this subject. Thank you!
Posted in perl | 2 Comments »
Saturday, January 28th, 2012
like Unix would for C.
Posted in perl | 1 Comment »
Monday, January 23rd, 2012
The program needs to reads in an arbitrary number of strings from the command line and displays them sorted alphabetically.
Also, Provide a command line switch that controls the order of sorting (ascending [a-z], descending [z-a])
Posted in perl | 1 Comment »
Sunday, January 22nd, 2012
Just as it says
Posted in perl | 1 Comment »
Saturday, January 21st, 2012
For example, if I had the array @values=(1,2,3,4) is it possible that I replace the 2nd element with two new elements of 5 and 6; so @values would now equal (1,5,6,3,4)? And I don't care which number element the 5 and 6 take.
Posted in perl | 1 Comment »
Saturday, December 31st, 2011
I am working on windows platform and not unix.
Posted in perl | 2 Comments »
Friday, December 30th, 2011
I can't use JavaScript, so unfortunately no history.back(). Using $ENV{'HTTP_REFERER'} starts the program from first question. Using href I can pass a query string, but then the data isn't going to be submitted. Any help will be greatly appreciated .
Posted in perl | 1 Comment »
Saturday, December 17th, 2011
I have to design a PERL program for class but my professor isn't very good at explaining things.
the goal of the program: design a character counting program
If the input looks like this: black
the output: 5 black
I've googled this but haven't been able to find a simple explanation. Could someone help?
the ...
Posted in perl | 3 Comments »
Wednesday, December 14th, 2011
I wrote a Perl script to log into my telnet server and send the output to a text file, but I am getting a ton of weird characters within each sentence of output that I want to parse\take out. All I want to do is read in the text file ...
Posted in perl | 1 Comment »
Monday, November 14th, 2011
I need to make a perl program that adds three variables like x y z and then using those same variables the user inputted it then needs to subtract and multiply
so say i enter 3 4 5
add would be 12
multiplying would be 60 etc
I have made one but it doesn't ...
Posted in perl | 1 Comment »
Friday, November 11th, 2011
Dear all,
Does anyone have any ideas for project in Natural Language Processing using Active Perl.
I am beginner (I had never used this programming language), and need to do a small project (max 100 lines code).
Any suggestion (web site, or example) would be welcome.
Thank you!
Posted in perl | 3 Comments »
Saturday, October 29th, 2011
i want to insert string as value in hash table in perl can you tell me how plzzz?
Posted in perl | No Comments »
Tuesday, October 25th, 2011
I want to be able to send email using perl and use call to shellscript to make that email call from perl.
Posted in perl | 1 Comment »
Thursday, September 15th, 2011
Im trying to figure out if I should learn Perl or Ruby first. Can anyone give me some general info on the languages and tell my why they are suitable as a first language.
I am also thinking about python. It seems the easiest one to learn, but I wanna ...
Posted in perl | 1 Comment »
Thursday, September 8th, 2011
I have a binary file I want to open in perl, read byte by byte and print to the terminal. Any ideas?
I want the bytes printed as hex like this:
90 3C 00 FF 03 3F 5F 67
Posted in perl | No Comments »
Thursday, September 1st, 2011
I'm very new to Perl and learning what I can. One thing I haven't been able to find out is how to parse a file for a string of text and return a simple "true" or "false" if the string is found. I appreciate all your help!
While I believe Slurp ...
Posted in perl | 2 Comments »