-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
-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
-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
-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
-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
-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
>&
-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