[MacPerl-AnyPerl] Let perl replase words

2006-10-07 Thread Eelco Alosery
search patern. Any help whit this is very welcome. Thanks, Eelco Alosery

[MacPerl-AnyPerl] Filter a url

2004-10-31 Thread Eelco Alosery
sh and not the remaining tekst. The result is testdomein.nltest.html What is it i do wrong. Thanks, Eelco Alosery

Re: [MacPerl-AnyPerl] Sorting a file list

2004-01-30 Thread 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 :-

Re: [MacPerl-AnyPerl] Sorting a file list

2004-01-29 Thread Eelco Alosery
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

Re: [MacPerl-AnyPerl] Sorting a file list

2004-01-29 Thread Eelco Alosery
: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

[MacPerl-AnyPerl] Sorting a file list

2004-01-29 Thread Eelco Alosery
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

[MacPerl-AnyPerl] Displaying a pauze page when doing a background job

2003-10-14 Thread Eelco Alosery
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

[MacPerl-AnyPerl] check email adress

2003-08-21 Thread Eelco Alosery
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.

Fwd: [MacPerl-AnyPerl] Spliting a string

2003-08-18 Thread Eelco Alosery
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

[MacPerl-AnyPerl] Spliting a string

2003-08-18 Thread Eelco Alosery
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

[MacPerl-AnyPerl] reading multiple cookies

2003-08-17 Thread Eelco Alosery
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.

[MacPerl-AnyPerl] reading multiple cookies

2003-08-17 Thread Eelco Alosery
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.

[MacPerl-AnyPerl] suEXEC on macosx 10.2.4

2003-03-03 Thread Eelco Alosery
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.

[MacPerl-AnyPerl] Display a text database alfabetical

2003-03-03 Thread Eelco Alosery
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

[MacPerl-AnyPerl] sort a database

2003-03-02 Thread Eelco Alosery
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 $

[MacPerl-AnyPerl] Alfabetical

2003-03-02 Thread Eelco Alosery
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

[MacPerl-AnyPerl] Premisions problem

2003-02-28 Thread Eelco Alosery
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

[MacPerl-AnyPerl] MS Access database and perl

2003-02-28 Thread Eelco Alosery
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

[MacPerl-AnyPerl] perl and my internal modem on Mac osx

2003-02-11 Thread Eelco Alosery
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

[MacPerl-AnyPerl] Perl and my internal modem on Mac osx

2003-02-11 Thread Eelco Alosery
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

[MacPerl-AnyPerl] Word filter

2003-01-29 Thread Eelco Alosery
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 ]

[MacPerl-AnyPerl] chmod a perl script to admin richts

2003-01-29 Thread Eelco Alosery
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

[MacPerl-AnyPerl] reading error_log

2003-01-24 Thread Eelco Alosery
$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

[MacPerl-AnyPerl] timeout function

2002-08-02 Thread Eelco Alosery
;\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

Re: [MacPerl-AnyPerl] verifing a string

2002-08-01 Thread 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

Re: [MacPerl-AnyPerl] verifing a string

2002-07-31 Thread Eelco Alosery
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

[MacPerl-AnyPerl] verifing a string

2002-07-31 Thread Eelco Alosery
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

[MacPerl-AnyPerl] www spider

2002-07-04 Thread Eelco Alosery
I forgot to mention that it must be for a unix system

[MacPerl-AnyPerl] www spider

2002-07-04 Thread Eelco Alosery
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]