Search found 3 matches
- Sat Jan 29, 2005 4:37 pm
- Forum: Adium
- Topic: script builders: google fight
- Replies: 1
- Views: 1542
- Thu Jan 27, 2005 11:57 am
- Forum: Adium
- Topic: Help with Xtra
- Replies: 3
- Views: 2057
Code: Select all
do shell script "perl script.pl"
return result
- Thu Jan 27, 2005 2:37 am
- Forum: Adium
- Topic: Help with Xtra
- Replies: 3
- Views: 2057
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...