Ok I've got my nice little piece of code that opens up a directory of course, and then reads the directory and searchs for all folders inside that directory and compiles a list. The only problem is it only finds . (this one) and .. (folder beneath). When I read for everything inside the...
The users simple input an image url, and I want the image to come up valid everytime. The reason:
use LWP::Simple;
my $content = get $url;
die "Couldn't get $url" unless defined $content;
doesn't work is because that it dies if its nothing, but it goes through if its a bad image url, or...
I didn't want to put pictures on a different page, because thats tedious clicking 'back' and finding which one you'd like to see. I'd like to know howto make a list of categories (ohio, texas, friends, trips) and then have each array of pictures open up in a seperate table, whenever an item from...
Now theres this little dude whos really annoying and has been spamming my server with information that he probably shouldn't be able too. Now I made the .html so no one could surpass 15 characters in lenght.
But he took that and saved it to his computer and made it so he could make it unlimited...
Ok, I've gotten this far on my quest for PERL on my local webserver with not too many injuries. I'm hoping this will be easier that finding it.
Simply put... How do you install IIS on windows XP...?
Happieness is like peeing your pants.
Everyone can see it, but only you can feel the warmth.
Ok, this may be a bit newbish of a question. I've downloaded most of the programs, used most of the paths, but everytime I run a perl script, it comes up like an oddly shapen notepad/webpage thing... I have c:/perl/bin/perl.exe but can't figure out what the correct path to my perl is, and why...
I've been running cron from my computer, and have had it goto little perl scripts on the server every half hour, and redirect to the next script until they are all done. I could sum them up in one giant script if I needed too though.
But my question is, I'll be leaving soon and I need the...
I've got several different scenarios, and have been looking around but people are a little too general on their websites on telling me how to do these things. So I came to the experts for help.
Does anyone know how to transfer things from:
1. VCR to Personal computer
2. VCR (or straight from...
What is the function or command for alphabetizing a list, or array? The array will be different for each person who views it, so I cannot merely just push, or unshift as easily. It may consist of 20 or 30 words and/or *numbers*. So its important that numbers are organized from least to greatest...
I've recently moved to a new host (simplehost.com). It took me a while to actually get a script to actually run. The first thing that was wrong was I kept getting a 500 Internal Error- I fixed that by setting the attributes to the script, and than re-uploading it (no idea why that worked). The...
Is there a perl function to check to see if the image url that the user supplied is a valid one, and actually works?
Happieness is like peeing your pants.
Everyone can see it, but only you can feel the warmth.
I was wondering if there was a way where a user could have a drop down menu to select an image from a forum, and once they select one the image pops up so they can look at it, and possibly change the image, where another one would pop up once they change it again, etc..
Possible? If so, how...
Ok. I recently switched hosts and the new site is a wee bit different. The problem is I've been used to one set way to do Perl, and I cannot figure out what I'm doing wrong. I was using #!/usr/local/bin/perl, but it said that the path was now #!/usr/bin/perl, so I switched that on all my...
What if you created a .exe and you lost your source code .cpp? Is it possible to decompile a program? Or is everything going to be redone?
Happieness is like peeing your pants.
Everyone can see it, but only you can feel the warmth.
I find it tiresome and tedious to convert entire pages of html into CGI with all the slashes and such, especially when creating new layouts and so so. So is it possible to run a .pl or a .cgi script inside of an .html ?
Also is it possible to run a .exe inside or a .pl or .cgi on the web? Just...
No not spider man. I need help on how to make a spider web. Has anyone seen any tutorials or anything on how this could be possible? Happieness is like peeing your pants.
Everyone can see it, but only you can feel the warmth.
Now heres my problem. In the following coding, it also comes up false ( it tells the user to go back ), and it shouldn't, I believe. $itemeq always ends up the number 1. It basicly says if $pid (the querry), is equal to the the var in the forearch loop, than return false. But $pid is 2, and...
what would be the entire coding for a simple redirect to a perl script, and than how could I close the window after the script is done? Happieness is like peeing your pants.
Everyone can see it, but only you can feel the warmth.
Why do my cookies commonly get: ; NFrequest added to them, and how can I take it off the cookie? Happieness is like peeing your pants.
Everyone can see it, but only you can feel the warmth.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.