Hello,
My host does not have some PERL module is I want.... Can I simply upload all modules i want to a folder and use this
use lib 'path/to/modules/
will it works? or there is any other way??? cheer
kevin
I were messing with that number for a while, and I got this
Our automated service availability system has blocked the processing of your request. We apologize for the inconvenience. Please try your request again later.
When it works, you cannot go beyond 80 links per page
Guess Yahoo does...
How do I make Yahoo returns more than the default 20 results per page in search????
I hate to keep clicking to find the one i ones... Is there something we can do to the QUERY STRING such as add something like this into the QUERY STRING
&link_per_page=200
I know it is not &link_per_page=200...
Hi,
I just want a simple regex to do three things
1. take out the part between
<body> ... </body> tag in an HTML file.
2. replace every relative image url with its full url
<img src='aaa.jpg'> to be <img src='http://www.mydomain.com/aaa.jpg'
3. Replace every relative url with its full url...
Hi,
What is the bestway to extract only the <body>....</body> of an HTML file, and convert all links and graphics to their predefined URL.
For example, if I have
<html><head></head><body>
junk <a href="/local/files/.html"><img src="/local/images/.gif"></a>
junk <a...
thanks,
I just found it and was about to post it here and see you post. Wonderful... I dind't know much about images. if i knew they have image tags somewhere in that binary chunks, i could write one myself.
But thanks to the one who wrote that. Now, i won;t let users submit images that are...
thanks tracy,
It is great if you have it on hand... c'z it is like find a sand in a desert. Do you know if it require any special modules to run???
I will keep searching. Anyone who knows, please let me share... cheer
kevin
Hi,
how do you detect the image size using plain CGI with and without any additionaly modules? It screw up my program when someone upload an image with big size, if I displaying with resizing effect , says width=200, then smaller images whose width is only , says 50, looks distorted
So it is...
well,
you can set the header to something else depend on what you want to print.. here is a shortlist
text/plain: Plain text.
text/html : HTML files.
text/richtext: Rich Text Format.
image/gif : GIF images
image/jpeg : JPEG images
image/x-xbitmap X bitmap is a very...
Hi Missbarbell,
your line is just equivalent to my code... the internal working of the CGI.PM will use my code, and nph->1 just tell the server not to parse the header... so why waste time initilize the variables of the CGI object?
cheer
kevin
hi,
i am sure you can combine the two scripts into one. by calling this code in teh first script
use progr2.cgi; (or require "prog2.cgi";)
&and_call_the_function you want that exist in prog2.cgi
I've tried this and it works fine on me ( i have a membership program and use Yabb...
perl2exe is not free.. It is a demo and they append a link to their site at the bottom of the output, which is not very good...and the price is to high for individual, but it was great though
good progran cheer
kevin
Hi Mike,
thanks for the link. Well, I download and run the PerlEx but what I found was how to encrypt scripts, not compile it. I tried Perlexcrypt.exe, only to found out that it would not run on my server.
thanks for all the help cheer
kevin
I have seen a couple of binary PERL (NOT C/C++) codes being distributed, i wonder how do you compile the perl codes? This is a great way to protect your source code from shareware and freeware so that people are not going to remove your links...
And I think since the codes are compiled, it...
I have seen a couple of binary PERL (NOT C/C++) codes being distributed, i wonder how do you compile the perl codes? This is a great way to protect your source code from shareware and freeware so that people are not going to remove your links...
And I think since the codes are compiled, it...
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.