Can someone give me an example of how to scp a file from within a PERL script?
Sunday, July 18th, 2010Is there any perl script which can be used to query hosts?
Saturday, July 17th, 2010How can I insert a column into a text file using a perl script?
Sunday, July 4th, 2010I 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)
How to make a perl / wget webpage archiver login?
Thursday, July 1st, 2010I 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?
Does anybody know of a good PERL script to replace text in asp Pages?
Tuesday, June 29th, 2010How do you use a favicon.ico image with a perl script site?
Friday, June 18th, 2010Run a Perl Script on Outlook Emails to genereate Calendar Events?
Monday, May 24th, 2010Is 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?
Invoke unix command with perl and get the results for further analysis?
Wednesday, May 12th, 2010i.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
