in reply to Sharepoint Automation?

You might find Yes, even you can use CPAN interesting.
Perl 6 - links to (nearly) everything that is Perl 6.

Replies are listed 'Best First'.
Re^2: Sharepoint Automation?
by imrags (Monk) on Sep 15, 2010 at 11:44 UTC
    Yes: I do use CPAN modules...But only in my home computer...
    I'm sitting @workplace which has certain restrictions...
    It's not just the perl modules (CPAN), I can't download any files (ANY) from anywhere.
    Raghu
      If the inability to download files is your biggest hurdle, you can just build a CPAN mirror with CPAN::Mini, store it on a USB stick (it's about ~1GB in size, smaller if you exclude all Acme modules), and take it to your work computer.
      Perl 6 - links to (nearly) everything that is Perl 6.

        moritz:

        Just a general note: At many institutions, even the USB keys are locked down so you can't use 'em. It can be a real chore to get permission to get code onto systems. I've had to fight that battle at previous places of employment. For production systems, it can be a tremendous pain. Luckily, I could install CPAN modules onto my personal computer, so for many tasks like the OPs, I'd develop a one-off on my own computer to automate a task.

        ...roboticus

        It seems like every time I run across these "Yes you can use CPAN" threads you guys are basically encouraging someone to make a potentially career limiting move by circumventing company policies (an especially bad idea given the current economy and how high unemployment is). Granted, the OP is usually vague on this point, so what I would suggest is that you specifically ask about it first -- for example try: "Is there a company policy against using unapproved code?" -- and if there is just let the issue drop.

        Elda Taluta; Sarks Sark; Ark Arks

      Anywhere? Not even via PPM?