Search found 3 matches

by bizark
Sat Jan 29, 2005 4:37 pm
Forum: Adium
Topic: script builders: google fight
Replies: 1
Views: 1542

It wouldn't be that hard. The site just uses a perl script to get the results.
by bizark
Thu Jan 27, 2005 11:57 am
Forum: Adium
Topic: Help with Xtra
Replies: 3
Views: 2056

Code: Select all

do shell script "perl script.pl"
return result
by bizark
Thu Jan 27, 2005 2:37 am
Forum: Adium
Topic: Help with Xtra
Replies: 3
Views: 2056

Help with Xtra

I'm trying to make a script that accesses google's atom feed and parses it. However for some reason all my code returns is a empty set of quotes. Below is the code any advice is appreciated. #!/usr/bin/perl # Modules to use use LWP::Simple; use XML::RSS; use LWP::UserAgent; $ua = LWP::UserAgent->new...