Re: Data validation

2009-02-13 Thread Rob Dixon
Dermot wrote: > Hi All, > > I have been at this for a couple of days and could really use some > help. I have been trying to validate some data. I opted for a module > called Data::Domain by Dami Laurent. I have emailed him but he's > server is not collecting (which is odd because I have seen him

Data validation

2009-02-13 Thread Dermot
Hi All, I have been at this for a couple of days and could really use some help. I have been trying to validate some data. I opted for a module called Data::Domain by Dami Laurent. I have emailed him but he's server is not collecting (which is odd because I have seen him on other lists). My prob

Re: solution critique?

2009-02-13 Thread John W. Krahn
John W. Krahn wrote: David Shere wrote: I'm seeking critique of the following work-in-progress: My task is to read in a binary data file and prepare it for use. The "use" involves answering a query on whether some data is in the file, and if it is, return the rest of the data associated with i

Re: solution critique?

2009-02-13 Thread David Shere
On Thu, 2009-02-12 at 15:35 -0800, John W. Krahn wrote: > my %record; > @record{ qw/reportStat shipStat auctionId transactionId > invoiceNumber partNumber shipDate VIN froogleId paypalTran/ } > = map { s/\s+//g; $_ } unpack 'x20 A A A30 A30 A9 A10 A6 > A17 A14 A50',

Re: Problem when multiple subfunctions invoked via ithreads

2009-02-13 Thread Chas. Owens
On Fri, Feb 13, 2009 at 02:42, Kelvin Philip wrote: > Hi, > > I am calling two seperate fuctions defined under two different perl modules > via two independent threads. Now, I use the $thr->join; command to wait for > the first thread to complete and then start the second. But it seems that > the

Re: objects regarding

2009-02-13 Thread suresh kumar
Thank you very much for your help. This satisfies my requirement. Thanks suresh On Thu, Feb 12, 2009 at 4:27 PM, Rob Dixon wrote: > suresh kumar wrote: > > > > This is my code : > > > > $::dev2->getvalue($x,$y); > > $::dev3->getvalue($x,$y); > > $::dev4->getvalue($x,$y); > > $::dev5->getvalue($