Re: Fast XML parser?

2012-10-31 Thread Octavian Rasnita
From: "Jenda Krynicky" > From: "Octavian Rasnita" > To: > Subject:Fast XML parser? > Date sent: Thu, 25 Oct 2012 14:33:15 +0300 > >> Hi, >> >> Can you recommend an XML parser which is faster than XML::Twig? >> >> I need to use an XML parser that can parse t

my first useful program...any corrections/suggestions?

2012-10-31 Thread Thanos Zygouris
I made a small program to display a X::Osd bar displaying my volume percentage (on GNU/Linux box). It works, but I'd like to have any suggestions or corrections about it (i'm not confident about my skills i suppose). So, here is how it works: 1) Have a named pipe defined at $OSD_VOLUME environment

Re: my first useful program...any corrections/suggestions?

2012-10-31 Thread Shlomi Fish
Hi Thanos, some comments about your code. On Wed, 31 Oct 2012 13:27:05 +0200 Thanos Zygouris wrote: > I made a small program to display a X::Osd bar displaying my volume > percentage (on GNU/Linux box). It works, but I'd like to have any suggestions > or corrections about it (i'm not confident

Re: my first useful program...any corrections/suggestions?

2012-10-31 Thread Brandon McCaig
Hello: I'm not familiar with X::Osd so I'm just assuming that is all happy. :) /pedantic on On Wed, Oct 31, 2012 at 01:27:05PM +0200, Thanos Zygouris wrote: > # delete non-named pipe file (risky) > unlink $fifo_file or die "cannot remove $fifo_file: $!"; You might as well just die inste

Re: Fast XML parser?

2012-10-31 Thread Jenda Krynicky
From: "Octavian Rasnita" > I forgot to say that the script I previously sent to the list also crashed > Perl and it popped an error window with: > > perl.exe - Application Error > The instruction at "0x7c910f20" referenced memory at "0x0004". The memory > could not be "read". Click on OK t

Re: Fast XML parser?

2012-10-31 Thread Rob Coops
On Wed, Oct 31, 2012 at 5:39 PM, Jenda Krynicky wrote: > From: "Octavian Rasnita" > > I forgot to say that the script I previously sent to the list also > crashed Perl and it popped an error window with: > > > > perl.exe - Application Error > > The instruction at "0x7c910f20" referenced memory a

Re: Fast XML parser?

2012-10-31 Thread Octavian Rasnita
From: "Jenda Krynicky" From: "Octavian Rasnita" I forgot to say that the script I previously sent to the list also crashed Perl and it popped an error window with: perl.exe - Application Error The instruction at "0x7c910f20" referenced memory at "0x0004". The memory could not be "read"