On 6/27/07, Chas Owens <[EMAIL PROTECTED]> wrote:
On 6/27/07, Ken Foskey <[EMAIL PROTECTED]> wrote:
> On Wed, 2007-06-27 at 08:11 -0500, Daniel W. Hurn wrote:
> > Does anyone have any suggestion on how to examine/parse a file within a
> > jar file?
>
> jar is a java file and I think it is simply
On Wed, 27 Jun 2007 08:11:12 -0500, "Daniel W. Hurn"
<[EMAIL PROTECTED]> wrote:
> Does anyone have any suggestion on how to examine/parse a file within
> a jar file?
If you are doing something with regard to java itself , then
there might even be some readymade modules already in CPAN.
I found a
On 6/27/07, Ken Foskey <[EMAIL PROTECTED]> wrote:
On Wed, 2007-06-27 at 08:11 -0500, Daniel W. Hurn wrote:
> Does anyone have any suggestion on how to examine/parse a file within a
> jar file?
jar is a java file and I think it is simply a zipped file.
snip
I can confirm that all three levels o
On Wed, 2007-06-27 at 08:11 -0500, Daniel W. Hurn wrote:
> Does anyone have any suggestion on how to examine/parse a file within a
> jar file?
jar is a java file and I think it is simply a zipped file.
--
Ken Foskey
FOSS developer
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional c
Does anyone have any suggestion on how to examine/parse a file within a
jar file?
--
Dan
Stephen Finley wrote:
"/>
it should get changed to the following?
"/>
You are saying this is wrong:
"/>
(It has
And this is right?
"/>
This \\ escapes only the slash in \\" not the " so the result is
unbalanced " " in the output -- is that what you want?
I think you need to test ahead for \" a
Hi all
hope someone can help
We have several jsp files that are not formatted correctly. I have a
script that will escape a quote if it is not all ready escaped in a
valid statement, but can not get it to work if the quote is already
escaped inside a quoted statement.
Any idea what to do with a
Trevor Morrison wrote:
>
> Hi,
Hello,
> I am new to using Perl to parse a file. What I am trying to do is
> parse a file that is made of online orders. I have written some code
> using for and if statements that will go through the file line by line
> and using regex I try to match the informa
Hi,
I am new to using Perl to parse a file. What I am trying to do is parse a file that
is made of online orders. I have written some code using for and if statements that
will go through the file line by line and using regex I try to match the information
with the variables so that I can wri
I'm looking for pointers on what to do next. I have a file (the output
from 'show cdp neighbors detailed' on a Cisco router. I created a short
program which captures the output to a file - looks something like
this...
CDP log for ca5gw001.winstar.com
Created: 22:00:29 - 2001/08/01
---
whoops!
I think I missed something important:
The line
if /^tftpd/
should be
if (/^tftpd/)
of course!
Sascha
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
chomp;
if /^tftpd/
{
# place any code here that depends on the
# last line beginning by tftpd
}
- but concerning the progress bar, I don't understand well what you mean.
Sascha
--
>Von: Jorge Goncalvez <[EMAIL PROTECTED]>
>An: [EMAIL PROTECTED]
>Betreff: Re:
Hi, I must parse a file :c:\cygwin_syslog.txt which is growing
I must see the last line:
if it begins by tftpd I must implement a variable to make a progress bar growing
to 0 to 100 %.
How can I do that?
Thanks.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
The following code does no checking to insure the format is correct.
This is left as an excerise for the reader.
#!/usr/bin/perl -w
use strict; #make me behave
my $first = 1;
my $line;
while (<>) { #read lines from stdin or files listed
#on cmd lin
yLine1, $MyLine2;
}else {
# error since expecting in format of namex,line1,line2
}
}
Wags ;)
-Original Message-
From: Pedro A Reche Gallardo [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 14, 2001 13:54
To: [EMAIL PROTECTED]
Subject: PARSING A FILE
Hi to everyone, I have a file th
Hi to everyone, I have a file that it looks like this
>name1
line 1
line 2
>name2
line a
line b
and I want it to look this way
name1 line1.line2
name2 linea.lineb
Anyone help welcomed
Greetings,
Pedro
--
**
16 matches
Mail list logo