Re: text files to xml database

2006-02-11 Thread Chris Devers
On Sat, 11 Feb 2006, I BioKid wrote: > I need technical advice from all perlbuddies, > > I have 2 text files and I want to convert it to XML and then to a > database. I need a proper technical descritption to do it using PERL. > I need details like which db should i use also. Good luck wit

Re: Text Files...

2002-02-13 Thread John W. Krahn
Deniz hepþen wrote: > > Hi, Hello, > I want to do a parse fonction which reads prices.txt. My prices.txt file is like > > 20::30::1 > 3::2::7 > > When i want to see for example "2", i want to type "print "$x[1][1]";" > Why this function below is false? #!/usr/bin/perl -w use stric