#!/usr/bin/perl -s -w
my $nice; my $that;
if ($that == $nice){ print "Ooh, that's nice!"; } exit
seen from Australia
seen from United States

seen from Australia
seen from United States

seen from Australia
seen from Ukraine
seen from Belgium
seen from Saudi Arabia
seen from Australia

seen from T1
seen from China

seen from Kazakhstan
seen from United States
seen from China
seen from Germany

seen from Bulgaria
seen from Israel

seen from Jordan
seen from United States
seen from United States
#!/usr/bin/perl -s -w
my $nice; my $that;
if ($that == $nice){ print "Ooh, that's nice!"; } exit
Perl Scripting
Word search and count
Astrology - perl script update.
The script finds distances, midpoints and aspects between 2 given objects, i posted this earlier. I added to it. It can now handle the input of minutes and seconds other than zero and give sanitized and rounded off minutes and seconds in the results. Now it knows Chiron Lilith North-Node South-Node Ascendant Midheaven, it recognizes the quindecile aspect and it displays zodiac sign quality, element and polarity. If an object in its given zodiac sign is ruler, exalted, detriment or fall the script will report so. In the screenshot you can see the script executed and outputting results in the Terminal.
Formatting is not ideal but meh. You can get the script here: http://zanussi.combell.org/astrology_tool.html
Sometimes, I wish I was a programmer....
logic code test..
Executing Perl script from jEE Spring project
Lately I had to execute a Perl script from java project and I want to share my experience with you. It might be useful in your future projects as it was for me in this particular work. I based my job on usage of WWW::Mechanize library for automating interaction with websites. There were some issues to run Perl from java project, but I managed to deal with them in my own way. And that way of mine I want to share with today in this small article.
RSS Feed to Update Twitter Status using
Amplify’d from eitwebguru.com
RSS Feed to Update Twitter Status using Perl Script with OAuth Part-II (Installation of Perl Modules, writing perl script and Integrating it with OAuth)
RSS Feed to Update Twitter Status using Perl Script with OAuth Part-II (Installation of Perl Modules, writing perl script and Integrating it with OAuth)
Read more at eitwebguru.com
_ In previous article “RSS Feed to Update Twitter Status using Perl Script with OAuth Part-I (Registration of Twitter Application)” we have learn to register a twitter application and today I am going to tell how to use that application to update your twitter status with the help of a Perl Script which will fetch data from a RSS Feed.
This tutorial is divided in following sub parts or sections 1) Installation of Perl Modules. 2) Installation and understanding of per script. 3) Enabling Keys and setting up cronjob.
1) Installation of Perl Modules
To execute the perl script we need some Perl Modules to be installed on the server. Following is the list of modules which should be available on the server
Read more at eitwebguru.com
See this Amp at http://amplify.com/u/btvur
Untitled
Amplify’d from eitwebguru.com
RSS Feed to Update Twitter Status using Perl Script with OAuth Part-I (Registration of Twitter Application)
Filed Under (Perl, Script, Social Network, twitter) by Milind on 07-03-2011
Every blogger or the person who is connected with Internet to get latest news, updates, informations etc. knows the importance of RSS Feeds. RSS (Really Simple Syndication) is a family of web feed formats used to publish frequently updated works on blog or on websites. Users subscribe to their favorite blogs or news websites so they will be intimated as soon as those blogs or news websites are being updated and a new content or post has been published.
Recently I started working on a Social News bookmarking website i.e. http://sitemarks.in which fetch news from various websites and publishes it on its page for which I have used Hotaru CMS and some of its plugins. Now I want to publish the news on my Twitter accounts so all the news which are fetched by the site will be published on twitter so that my twitter account follower can check those news and there are N number of websites which to perform this task but whats so interesting about that????
So I decided to build something to perform above task using PHP First and searched on Google (As I am not good it scripting but I like to test and implement various scripts). After a long search I found abraham-twitteroauth beta which was working fine for me but due to some problems I thought is that possible to do same task using Perl?? I discussed this with my friend who is expert in Perl Scripting and he assured me that its possible. So I will explain how to post updates of RSS Feeds to Twitter using Perl Script. This complete Tutorial will be divided in to two Parts and they are:
RSS Feed to Update Twitter Status using Perl Script with OAuth Part-I (Registration of Twitter Application)
RSS Feed to Update Twitter Status using Perl Script with OAuth Part-II (Installation of Perl Modules, writing perl script and Integrating it with OAuth)
Registration of Twitter Application
Read more at eitwebguru.com
See this Amp at http://amplify.com/u/btdd4