search patern.
Any help whit this is very welcome.
Thanks,
Eelco Alosery
sh and not the remaining tekst.
The result is testdomein.nltest.html
What is it i do wrong.
Thanks,
Eelco Alosery
Thanks again John,
I will gif it some testing, and testing until i get it done.
Op 30-jan-04 om 11:04 heeft John Delacour het volgende geschreven:
At 12:37 am +0100 30/1/04, Eelco Alosery wrote:
how do i combine this together
Like this, but now it's time for _you_ to do some footwork :-
w do i combine this together
Op 29-jan-04 om 23:58 heeft John Delacour het volgende geschreven:
At 11:19 pm +0100 29/1/04, Eelco Alosery wrote:
the strings are formated this way
01-12-2003|some text|soem other text|
03-12-2003|some text|soem other text|
10-12-2003|some text|soem other text|
Then
:06 pm +0100 29/1/04, Eelco Alosery wrote:
I have a data file to where i print lines of data.
The firts part of the line contans the date of writing.
I uese this kind of line:
part1|part2|parst3|
Now i want to display the lines in order of date(the first part) to a
html file
How do i do this whit a
Hello,
I have a data file to where i print lines of data.
The firts part of the line contans the date of writing.
I uese this kind of line:
part1|part2|parst3|
Now i want to display the lines in order of date(the first part) to a
html file
How do i do this whit a cgi script.
Thanks,
Eelco
Hello,
How can i display a pauze page when my perl program is doing a job like
checking a domain.
When it is checking a domain, i want to show a page like, now checking
the domain.
When the domain is checked, it must display the result.
How do i do this
And please can you giff me an example
Th
How can I check if a email adress REALY exists, I know how to check if
it has the richt syntacs, but i want to know if it also realy exists.
Begin doorgestuurd bericht:
Van: Eelco Alosery <[EMAIL PROTECTED]>
Datum: maa, 18 aug 2003 22:14:57 Europe/Amsterdam
Aan: Morbus Iff <[EMAIL PROTECTED]>
Onderwerp: Antw.: [MacPerl-AnyPerl] Spliting a string
Thaks for your reply,
But the string i want to read is from a cookie an
I want to split a string into servral partsThe string starts whith ##
than the text and than again ## but the string lent is not a fixed sise.
It can by:
##text1##text2##text3##
but also longer like:
##text1##text2##text3##text4##text5##text6##text7##
I want to split this string zo i can display
I want to read multiple cookies, there names al start whith PLUG but al
whit a diverent number like PLUG10 and PLUG14 and zo on.
These cookies al contain data in the same format like
name|price|amount|number|
Now I want to read these cookies and display them in a html page
generated bij perl.
I want to read multiple cookies, there names al start whith PLUG but al
whit a diverent number like PLUG10 and PLUG14 and zo on.
These cookies al contain data in the same format like
name|price|amount|number|
Now I want to read these cookies and display them in a html page
generated bij perl.
How do I instal and setupt suEXEC on my macosx system.
I'm new to suEXC zo please tell my in great detail how to set suEXEC up.
I dont no if it is posible on the mac but becose macosx is linux, based
I dont think it must be a problem.
I want to display a text file alfabetical.
I have this in a text file named groep.file
Installatie matriaal|144548342|
Verlichting|784803956|
Draad en kabel|474860160|
Schakel matriaal|731915587|
Schakel en verdeel inrichtingen|630243268|
Data en coax|4466374|
I want to open this file and read the
Hello,
I'm having truble sorting a database.
I use this script to open and read a database:
open (DATABASE, "$data_file") || die "Can't Open $data_file";
while()
{
($groep2, $groep_id2) = split(/\|/,$_);
foreach ($groep2)
{
print <
ENDOFTEXT
}
}
close(DATABASE);
The problem I have is that I want $
I want to display a text file alfabetical.
I have this in a text file named groep.file
Installatie matriaal|144548342|
Verlichting|784803956|
Draad en kabel|474860160|
Schakel matriaal|731915587|
Schakel en verdeel inrichtingen|630243268|
Data en coax|4466374|
I want to open this file and read the
I have a question about premisions.
I have a domain hosted by a hosting company, and when I let perl make a
file and chmod it to 0711 it is posible for my to read the file whit
perl, and to read the file when I'm loged in to the server on FTP.
But other domains on the same server can not read thi
Is it posible to read and write to MS Access databases whith perl on a
linux server.
If yes, can you giff me some complete exaples zo I can try and learn
from it
Is there a way to let perl dail a phone number on miy internal modem
and send it as a fax to that fone number.
I'm using mac osx 10.2.3
Met vriendelijke groet,
Multi-Graphics -- HostingSpot
Eelco Alosery
Koekoeksbloem 11
8255 KH Swifterbant
Tel : 0321-380014
Fax : 0321-843340
[EMAIL PROT
is posible).
Thanks,
Met vriendelijke groet,
Multi-Graphics -- HostingSpot
Eelco Alosery
Koekoeksbloem 11
8255 KH Swifterbant
Tel : 0321-380014
Fax : 0321-843340
[EMAIL PROTECTED]
www.multi-graphics.nl
www.hostingspot.nl
From a string I want to filter out what is between [ and ]
$word must now contain what stands there.
Bur there is no telling where the [ and the ] stands so it must delete
al what is in front of [ and what is after ]
How do I chmod a perl program to let it write and confiqure my
httpd.conf file on my server.
I think the way to do this is to gif this program admin richts so it
can act as an admin and writte to the system files.
I'm not loged in as admin but as a client on mac osx 10.2.3
I want to mae a program
$a++)
{
$lines[$a] =~ s/
$lines[$a] =~ s/>/>\;/g;
print <
$lines[$a]
ENDOFTEXT
}
I see nothing, is it becouse the file is to large, its about 58600
lines large.
If I use this script on a small file it works perfect.
Any idea's are very welkom.
Met vriendelijke groet,
Multi-Graphic
;\n";
print "\n";
print "timout\n";
print "\n";
print "\n";
exit;
}
else
{
alarm(0);
}
}
But it will not work.
I probely angain, have to make a other pice off script.
How will an can help me.
Thanks, Eelco Alosery
Thanks Chris,
Sorry for my bad submision of my problem.
I use now this:
$URL = "http://www.eelco.com";;
use LWP::Simple;
($string = get ($URL)) =~ s/\015?\012/\n/g;
$string =~ //is;
$keywords = $1;
and I get now the keywords, but now I olso want to filter out any new lines
in $ keywords.
I wan
I try'd it whit this url
$URL = "http://www.eelco.com";;
use LWP::Simple;
$string = get ($URL);
if ($string =~ s//$1/ig)
{
$keywords = $1;
}
$keywords remains empty
Met vriendelijke groet
Multi-Graphics
Eelco Alosery
Koekoeksbloem 11
8255 KH Swifterbant
tel/fax: 0321-84
I read whit LWP::Simple a url, and from that string i need the keywords.
I use this script:
if ( $srting =~ s//$1/ig )
{
$keywords = $1;
}
But this code only read the keywords if it is one line and no bad html, like
this:
if the string contans for example this:
or this:
It wil not read t
I forgot to mention that it must be for a unix system
I'm traing to make a www spider zo that people can submit there site and
that I can read the url's keywords and discription and titel.
is ther a small script that can help me on the way.
Thanks,
Eelco Alosery
[EMAIL PROTECTED]
29 matches
Mail list logo