How to install Perl on Windows without internet

Thursday, November 11th, 2010

how to install perl on windows, install perl, perl on window, perl without internet, perl script, perl code, perl at home

 

Technorati Tags: , , , , ,

Can someone give me an example of how to scp a file from within a PERL script?

Sunday, July 18th, 2010

I can use shell commands (i.e. scp <filename>) just don’t know how to call them from within a PERL script.

Thanks!

 

Technorati Tags: , , ,

Is there any perl script which can be used to query hosts?

Saturday, July 17th, 2010

hi,
I would like to know if there is any perl script or any kind of scripy which we can run on a host to get all the details about the host like the S/W installed, services running,etc,.
This tool is required as part of network management.
Please help me in this case

Thanks in advance :)

 

Technorati Tags: , , ,

How can I insert a column into a text file using a perl script?

Sunday, July 4th, 2010

I have a large set of data that exists in a series of columns. It looks like the following:

1 SNP 2352 A T C G G T C A (and so on with letters)

How do I insert a zero into every line between the second and third columns (SNP and the 2352) using a perl script and get the following for each line:

1 SNP 0 2352 A T C G G T C A (and so on with letters)

 

Technorati Tags: , ,

How to make a perl / wget webpage archiver login?

Thursday, July 1st, 2010

I have been working on a perl script which will download the contents of my blog that I want to archive before I deactivate it.

The script uses wget to download the page. Some of the posts are private or hidden so I would have to be logged in to get the posts. How could I use perl or wget to log in to the web page before I download the pages?

 

Technorati Tags: , ,

Does anybody know of a good PERL script to replace text in asp Pages?

Tuesday, June 29th, 2010

I need to change some text in a lot of pages and I don’t want to spend the next 10 years doing it manually. Is there an easy PERL script that can do it for me?

 

Technorati Tags: ,

How do you use a favicon.ico image with a perl script site?

Friday, June 18th, 2010

How do you use a favicon.ico image with a perl script site? Most of my site is run off a perl script. I uploaded the favicon.ico image to my server. It will show up on a regular html page, but it won’t show up on my perl script pages. Can someone help me?

 

Technorati Tags: , ,

Run a Perl Script on Outlook Emails to genereate Calendar Events?

Monday, May 24th, 2010

Is there a way to run a Perl script on incoming emails to create calendar events? My company uses its own internal calendar system that sends me emails everytime a new event/meeting is scheduled. I’d like to be able to create a perl script or VB script that would "Read" the incoming emails, strip out the meeting info (date, time, locations, etc.) and then create a new calendar event. Is this possible?

 

Technorati Tags: , , , , , , ,

Invoke unix command with perl and get the results for further analysis?

Wednesday, May 12th, 2010

i.e. to invoke a "date" Unix command in a perl script and store the output in a variable as a string, say $var_results, so that the current date information could be used in the scripts.

Or the output of a command could be very long and it would take a long time to finish the command, say to run some other scripts. I also need to invoke such command in perl and analysis the results. How do i implement this?

Thanks

 

Technorati Tags: , , , , ,

How to write a Perl script that can count and display unique line?

Sunday, April 4th, 2010

How to write a perl script that can read every line from a file and count how many times each unique line was found.

 

Technorati Tags:

Powered by Yahoo! Answers