in reply to Re^2: using perl to read in details from a sharepoint site
in thread using perl to read in details from a sharepoint site
Please put code tags1 around your code blocks. Just so I can read it, I'll copy a couple of lines of your code into this node and put the code tags on it.
our $sp_endpoint = '"http address of our sharepoint site.aspx"'; our $sp_domain = '"http address of our sharepoint domain:80"';
Looking at the code, it appears that the extra quotes might be your problem. Have you tried removing the double-quotes and trying it again?
NOTES:
1 You can do so like this: <code> ... your code ... </code>
...roboticus
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: using perl to read in details from a sharepoint site
by rodneyrods (Initiate) on Jun 30, 2009 at 10:58 UTC | |
by strider corinth (Friar) on Sep 18, 2009 at 16:59 UTC | |
by roboticus (Chancellor) on Jul 10, 2009 at 22:44 UTC |