Forum: Perl 27 Days Ago |
| Replies: 1 Views: 481 Hi All,
So I use Net::POP3 to look into my email server. What I wanted to know is if there is any module that allows me to MODIFY the email messages?
Sure between Mail:: and Net::POP3 I can... |
Forum: Perl Dec 2nd, 2008 |
| Replies: 3 Views: 761 Sorry, I was vague. I meant a site that better documents how to connect the two.
i.e. Everyday at 3am send all people who subscribed to the app a Facebook notification of X, |
Forum: Perl Dec 2nd, 2008 |
| Replies: 3 Views: 761 So I've been trying to see if I can write a Facebook app, that uses Perl on my side, and interfaces with people who install the app on their Facebook page.
But it's so hard to see if this exists! ... |
Forum: Perl Feb 13th, 2008 |
| Replies: 3 Views: 2,269 Well I don't know the data coming in (this is for use with Paypal's IPN).
And the worst part is this SHOULD work! Yes, every page I have Googled says this is the way, and NOTHING!
If you... |
Forum: Perl Feb 13th, 2008 |
| Replies: 3 Views: 2,269 Dying here people! I am have basically confirmed that I my script is getting a POST and that it has some length to it, etc.:
$ENV{REQUEST_METHOD}
$ENV{'CONTENT_LENGTH'}
But this line here:
... |
Forum: Perl Jan 28th, 2008 |
| Replies: 5 Views: 1,969 Wow, looks nice, but $300 for something that am not sure I am going to use? I dunno. Anything out there in Perl module land? Anything not so pricey?
Don't get me wrong, I appreciate the heads... |
Forum: Perl Jan 28th, 2008 |
| Replies: 5 Views: 1,969 |
Forum: Perl Jan 28th, 2008 |
| Replies: 2 Views: 866 Can't say I know of any good books, but in terms of which way to go, that depends on YOU:
From a programmer's point of view, writing one separate page per function is definitely easier.
But... |
Forum: Perl Jan 28th, 2008 |
| Replies: 5 Views: 1,969 I've seen this on a few sites, though I can't think of one right now. I would like my server to be able to get a URL, then take a screenshot (picture) of it.
I really hope there is a Perl module... |
Forum: Perl Jan 24th, 2008 |
| Replies: 1 Views: 1,529 In the end I used Scale only after realizing that Resize was wrong. Sorry |
Forum: Perl Jan 24th, 2008 |
| Replies: 2 Views: 880 Thanks, I slowly worked out the headaches, and did mark this thread solved (althoguh I forgot to mark the other one).
But yes, a beast it is.... |
Forum: Perl Jan 23rd, 2008 |
| Replies: 2 Views: 880 So am using Perl, and I need the user to upload an image (multiple formats) and then have been playing around with Image::Magick.
I have to tell you that I am not that impressed with it. I've... |
Forum: Perl Jan 23rd, 2008 |
| Replies: 1 Views: 1,529 Curious if anyone here has any experience with Image::Magick for Perl? The code in red does create a GIF file in the new dimensions, but it is blank, or should I say black. I know the $src handle... |
Forum: Perl Dec 19th, 2007 |
| Replies: 2 Views: 1,471 |
Forum: Perl Dec 19th, 2007 |
| Replies: 2 Views: 1,471 Hi, I am still an novice Perl programmer, but I am a programmer.
Here's my dilema: I need to be able to take someone else's website and read in the site as HTML. My program will then parse out... |
Forum: Perl Nov 12th, 2007 |
| Replies: 3 Views: 1,860 I really thought about it, but most of my pages work on that machine...these particular two do not. ANd it's just on THAT machine!!!!!!
I realize that my post just had no info to really answer... |
Forum: Perl Nov 12th, 2007 |
| Replies: 3 Views: 1,860 Well, am new here, so I really hope I am in the correct forum.
My question is both simple and confusing at the same time, but please humor me. It goes like this:
My website is mostly Perl and... |