Re: tiff images

2007-03-20 Thread Chris Parker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob Dixon wrote: > Chris Parker wrote: >> >> Hello all, >> >> How do I get text out of a tiff image? Scenario is that I have alot of >> directories named (ex. 000, 020, 000) with files inside along the same >> l

tiff images

2007-03-18 Thread Chris Parker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all, How do I get text out of a tiff image? Scenario is that I have alot of directories named (ex. 000, 020, 000) with files inside along the same line ( 000.tiff, 034.tiff) and I need to get the date of the paper(000.tiff) so I can rename the

Re: no number return

2006-11-30 Thread Chris Parker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adriano Ferreira wrote: > >> STDIN and then make a loop for them. So you should remove the >> construction of @numbers from the loop, doing > > > > Code now is: > print("Enter widths separated by spaces: \n"); my @numbers = split /\s+/, <>; for my

Re: no number return

2006-11-30 Thread Chris Parker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adriano Ferreira wrote: > On 11/30/06, Chris Parker <[EMAIL PROTECTED]> wrote: >> while(@numbers = <>) { >> >> # Extract widths @width = split(" ", $numbers); > > Here at this piece of code, @number

no number return

2006-11-30 Thread Chris Parker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am trying to get this to take random amount of widths and compute the square footage for each. For example: Enter Total Square Footage: 1234 Enter widths seperated by spaces 3 4 5 size 3: amount needed = 0 size 4: amount needed = size 5: amount n

Re: log file help

2006-11-15 Thread Chris Parker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mumia W. wrote: > On 11/14/2006 09:53 PM, Chris Parker wrote: >> >> I couldn't find the answer while googling for a regexp to pull the ip >> from my log files so here I am. I am trying to get the ip's (source and >&

log file help

2006-11-14 Thread Chris Parker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I couldn't find the answer while googling for a regexp to pull the ip from my log files so here I am. I am trying to get the ip's (source and destination) along with the ports for a summary. WFLOG doesnt cover my firewall so I thought id try. Code i