check for update

2002-10-18 Thread folschette
hi, i have written a program that indexes multiple websites(~50), to build a search-engine for each site. but now the problem: i want to check for updates every day, and if there was a chagne in one site, reindex my website, how is this possible, i have heard in previous messages about crontab,

Re: file to file copy

2002-10-16 Thread folschette
tophe folschette Folschette wrote: > hi again, > > i've got some problems using your script: > > best is if i give you the three files so here they are > file1 should be merged in file2 but file2 should have the same layout as > befor merging > > christophe folschett

Re: file to file copy

2002-10-16 Thread folschette
hi again, i've got some problems using your script: best is if i give you the three files so here they are file1 should be merged in file2 but file2 should have the same layout as befor merging christophe folschette Rob wrote: > Christophe > > I think using Tie::File is

RE: Backup Program?

2002-10-16 Thread folschette
hi and how do this in unix? cio > Hi - > > Just curious - why not use xcopy? Do you want > a GUI? > > Aloha => Beau. > > -Original Message- > From: Steve Gross [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 15, 2002 7:33 PM > To: [EMAIL PROTECTED] > Subject: Backup Program? > >

Re: file to file copy

2002-10-15 Thread folschette
thanx a lot for your help rob!! the idea with the hash.so simple! christophe folschette Rob wrote: > Christophe > > I think using Tie::File is overkill here. Try this: > > # Merge the two files into a single hash > # > for $file ( &#

line count

2002-10-15 Thread folschette
hello, is there a veriable holding the total amount of lines of a specific file ? or do I have to count the lines in a loop? christophe folschette -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

file to file copy

2002-10-15 Thread folschette
line so now i want to merge file1 into file2, so that word: honey will be replaced by word: moon and word2: sky will be appended to file2. i have written the following script but i've got little problem with it, can someone help me? or test it? thanx, christophe folschette test Descri