How to substract words

2003-01-07 Thread Alex Demmler
Hi folks! I have a problem with pattern matching. I want do find the difference between two words. I have tried, but donot get it work. Any tips? Example: 1. Word = helloRed 2. Word = hello --- Result = Red Thanks Alex -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

How to substract words

2003-01-07 Thread Alex Demmler
Hi folks! I have a problem with pattern matching. I want do find the difference between two words. I have tried, but donot get it work. Any tips? Example: 1. Word = helloRed 2. Word = hello --- Result = Red Thanks Alex -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: Clear command in perl?

2003-01-05 Thread Alex Demmler
in Beitrag [EMAIL PROTECTED] schrieb Jensen Kenneth B Sra Afpc/Dpdmpq unter [EMAIL PROTECTED] am 02.01.2003 15:25 Uhr: > Is there a perl command equivalent to: > system ("clear"); > ? > > Thanks, > Ken > > Simple write it as a system call #!/usr/bin/perl -w system("clear"); on UNIX system("cl

How to write hex values into a file

2003-01-05 Thread Alex Demmler
Hi folks! How do I write hex Values direct into a file (like a hex editor does)? I have tested some stuff with "printf" but it did not worked (as I expected or I did wrong). Example: I need to write "C9D0D3C6" as header in front of my files. Thanks a lot Alex -- To unsubscribe, e-mail: [EMAIL