I've got an array which has multiple lines like these in it:
<A HREF="http://www.socialgallery.com/galleries/mfhm/Gall14/gall.php?4573">Older Page</A><BR>
<A HREF="http://movies.easy-dater.com/galleries/01/195/pre.html">Movie Page</A><BR>
As you can see it are links to certain websites.
Now I...
To test if I understand the grep command correctly I used this little script:
$items="no way test";
if (grep /$items/,"test"){print "ok";}
These lines should print "ok" sice test appears in $items.
Though "ok" isn't printed. What am I doing wrong here ?
I've tried it the other way around:
if...
My girlfriend accidently removed a sent email from the OUT mailbox. Is there a way to retrieve the email ? (I cant ask the recipient of the email). I couldn find the email in the trash mailbox either.
I hope someone can help me.
I've got a table consisting out of two columns in my html page. In the left column I want to display a cgi-script and in the right column I want to display an other cgi-script.
Which lines do I need to launch the cgi-scripts in the columns ?
Is there a way to hide the cgi code for my webhost ?
I'm affraid he's gonna steal my code. I worked days to scribe the code.
I'm on a win98 machine and upload my cgi-script to my webhost which is an Unix machine.
A friend told me that it isn't possible to execute windows based exe files on an...
1. I've made a program, when I compile or test the program it takes the whole screen, while it should take only half the screen. How can I adjust the width and height the program uses ? I've allready altered height and width in the form properties but that didn't work.
2. How can I check on...
What is wrong with this ?
I'm not always getting an subscript out of range, but when Filelistbox File1
contains these files:
uwvGAK sollicitatie.doc
cv
BLABLAR.DOC
cv.doc
brief16-07-2002.DOC
uitkeringsdeskundige.DOC
gembel.doc
h&m.doc
vvbs.doc
uszoterug.doc
CV2.doc
belast2001.doc
openweb.DOC...
I want to know if I can copy the files in filelistbox1 to the target defined in Dir2.path, how can I measure if the target drive has enough hard disk space to store those files ?
What am I doing wrong here ?
I've got a Drivelistbox named Drive2 and a Dirlistbox named Dir2. Now I want to store a file in the selected drive and directory. I tried it with:
Dim Dezedir As String
Dezedir = Dir2.Path + "\mdw.tst"
bestandsnummer = FreeFile
Open Dezedir For Output As...
I'm trying to write and read a cookie, though I've got lot of problems doing so. I've tried this script:
#!/usr/bin/perl
use CGI qw/:standard/;
use CGI::Cookie;
# Create new cookies and send them
$cookie1 = new CGI::Cookie(-name=>'ID',-value=>123456);
$cookie2 = new...
I've got a html page in which these lines occure:
• geavanceerd zoeken • voorkeuren • taalhulpmiddelen het web doorzoeken zoeken in <br><br>Gevondenhi<hr>5
I've built an script that searches for characters/words (defined by a user) on that html page. The search is done...
I use LWP::Simple to fetch a certain page on the internet.
The page contains:
<html>
• geavanceerd zoeken • voorkeuren • taalhulpmiddelen het web doorzoeken zoeken in <br><br>5 records -><br>the code
</html>
As you can see • occures in the code.
I wrote a script...
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.