logo       

Re: Help Adding event with Perl: msg#00177

Subject: Re: Help Adding event with Perl
[  Somewhat off-topic, as this is mostly Perl stuff -- sorry! ]

On 8/31/06, Gk <kai@xxxxxxxxxxxxxx> wrote:
>
> Simon,
>
> Looks like your perl module would be great, BUT being the newbie that I
> am,
> I couldn't install it-- the module requires XML::Atom and DateTime
> which I
> couldn't seem to install. I am on a windows machine and don't have a C
> compiler
> which installing these seemed to require. (I'm used to using
> ActiveStates ppm
> to install modules.) If there's something I'm missing (an easier way to
> get
> all your stuff installed), please please let me know.

Actually, it's pretty simple.  You'll need to use an alt. ppm
repositories to get these modules:

http://theoryx5.uwinnipeg.ca/ppms/

that URL contains the instructions on how to add the repository, and
then it's integrated into your ppm session; just use install, search,
or whatever.  Bonus points for the future:

http://kobesearch.cpan.org/

Searching for modules there will give you info on which already have
PPM packages, and where those packages are located.  Also, most Perl
modules don't need a full-scale C compiler, just NMAKE, see:

http://perlmonks.org/?node_id=128077

for more on that process.

> Otherwise, I'm back to my original question, which really isn't about
> how to fix
> my code, but rather:
>  What is the easiest way, using PERL, to add an entry to my google
> calendar?

His module.  As someone who himself hard-coded a solution, with an eye
towards a module, for handing Google Calendar, using the module is
going to be a big win for you in terms on maintenance.  And the vast
array of modules are exactly why Perl has CPAN, and why CPAN rocks so
hard.

> -Gk

----Woodrow



<Prev in Thread] Current Thread [Next in Thread>