Archive for the ‘perl’ Category

Where can i download a perl ide for win32?

Thursday, February 16th, 2012

Where i can download a perl ide for win 32 (win vista)

Perl script to edit file names only works if in file's folder?

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 ...

Name three escape sequence characters in Perl and what they mean?

Sunday, February 5th, 2012



How to "crawl"/"spidering" my nickname from my profile of yahoo in php or perl?

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 ...

How can I run perl in SSH?

Sunday, January 29th, 2012

Is it possible, if so please give me a detailed explanation, I am very new to this subject. Thank you!

Do debugging programs for Java and Perl get support from the operating system?

Saturday, January 28th, 2012

like Unix would for C.

How do write a PERL program that reads strings & sorts?

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])

What is the difference between PHP, Perl and Python?

Sunday, January 22nd, 2012

Just as it says

Im programming in Perl, can I replace an element in an array with two new elements?

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.

How do I copy ony whats inside curly braces {…} form a txt file and print it in another txt file using perl?

Saturday, December 31st, 2011

I am working on windows platform and not unix.

How can I make a back button for a perl cgi program that retains previous data?

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 .

How do you design a simple PERL program?

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 ...

How to parse out unwanted characters in a text file using Perl?

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 ...

I Need to make a perl program that does the following things?

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 ...

Suggestion for the project in Natural Language Processing using Active Perl?

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!

Is it possible to insert string in hash table as value in perl?

Saturday, October 29th, 2011

i want to insert string as value in hash table in perl can you tell me how plzzz?

How do i code in perl and send a mail using powershell to send a email from perl win code?

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.

which is a better beginner programming language and why?

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 ...

Perl: Read binary file byte by byte and print bytes to console?

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

How do I parse a file in Perl for a string?

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 ...