I need some help with matching something

2006-09-20 Thread Bjorn Van Blanckenberg
direction or tells me what I do wrong? -- .·€¨) ¸.·´¸.·´¨) ¸.·*¨) ¸.·´¨) (¸.·´ Thanks.·´ .·´ (_¸.·* (¸.·*(¸.·*´¯`*·€» Bjorn Van Blanckenberg

Re: Setting up a SOAP server

2006-03-22 Thread Bjorn Van Blanckenberg
ted 'http://200.0.1.153:8001/Server#createPDF' -- .·€¨) ¸.·´¸.·´¨) ¸.·*¨) ¸.·´¨) (¸.·´ Thanks.·´ .·´ (_¸.·* (¸.·*(¸.·*´¯`*·€» Bjorn Van Blanckenberg On 23-mrt-06, at 08:42, Bjorn Van Blanckenberg wrote: I have a problem with setting up an SOAPserve

Setting up a SOAP server

2006-03-22 Thread Bjorn Van Blanckenberg
pcbpe.loqutus.com#createPDF'.? Can I set up a namespace when creating the SOAPServer or overide it? -- .·€¨) ¸.·´¸.·´¨) ¸.·*¨) ¸.·´¨) (¸.·´ Thanks.·´ .·´ (_¸.·* (¸.·*(¸.·*´¯`*·€» Bjorn Van Blanckenberg -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: Using XML::Simple

2006-01-19 Thread Bjorn Van Blanckenberg
I had to use an combination of GroupTags and then ValueAttr my $ref = XMLin($jdf,GroupTags => { LayerList => 'LayerDetails' }, ValueAttr => [ LayerList => 'Name' ] ); thanks On 19-jan-06, at 12:43, John Doe wrote: Bjorn Van Blanckenberg am Donnerstag, 19.

Using XML::Simple

2006-01-19 Thread Bjorn Van Blanckenberg
I have some elements in my xml that are empty but have attributes. I would like that I can group the element in function of Attribute Name. Status="Available"> I read in I get $VAR1 = { 'ID' => 'r060116_103344354_26'

Re: Reading File & grep according item 5 and sorting

2004-03-10 Thread Bjorn Van Blanckenberg
On 7-mrt-04, at 00:00, R. Joseph Newton wrote: Bjorn Van Blanckenberg wrote: On 3-mrt-04, at 09:56, R. Joseph Newton wrote: I understand how the code works It reads the file end split every line according to the tabs and then sorts everything. For returning the info it looks at colomn 5 (1

Re: Reading File & grep according item 5 and sorting

2004-03-04 Thread Bjorn Van Blanckenberg
On 3-mrt-04, at 09:56, R. Joseph Newton wrote: Bjorn Van Blanckenberg wrote: #!/usr/bin/perl use strict; use Getopt::Long; GetOptions(\my %opt, 'filepath=s'); my $filepath = (%opt->{'filepath'}); my @fields = (); my @sorted = (); my $lastbit = 1; my @bits = (); open(IN

Re: Reading File & grep according item 5 and sorting

2004-03-02 Thread Bjorn Van Blanckenberg
On 28-feb-04, at 20:32, R. Joseph Newton wrote: Bjorn Van Blanckenberg wrote: let say that the file contains these items (every item is seperated with a tab) ... one title3 state3 name3 pre number3 dip title6 state6 name6 pre2 number6 So what changes have you made in the code

Reading File & grep according item 5 and sorting

2004-02-25 Thread Bjorn Van Blanckenberg
name3 pre number3 dip title6 state6 name6 pre2 number6 -- Oooo. oooO( ) ( ) ) / \ ( (_/ \_) Thanks Bjorn Van Blanckenberg -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Reading tab delimited File & sort everything according item 5 of every line

2004-02-19 Thread Bjorn Van Blanckenberg
item 2 -- Oooo. oooO( ) ( ) ) / \ ( (_/ \_) Thanks Bjorn Van Blanckenberg On 23-jan-04, at 11:46, Owen wrote: On Fri, 23 Jan 2004 09:36:00 +0100 Bjorn Van Blanckenberg <[EMAIL PROTECTED]> wrote: let s

Reading tab delimited File & sort everything according item 5 of every line

2004-01-23 Thread Bjorn Van Blanckenberg
4 Is there someone that can help me -- Oooo. oooO( ) ( ) ) / \ ( (_/ \_) thanks Bjorn Van Blanckenberg -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]