Gossamer Forum
Home : General : Perl Programming :

Re: [delicia] string matching problem

Quote Reply
Re: [delicia] string matching problem In reply to
Yeah so based on that debug, %rec2 doesn't exist properly. It feels like this whole decoding stuff is far too complex for what it needs to be. What is the actual line of data its trying to extract from?

In your code above:

Code:
@data = &split_decode2($line);

Try adding a dump of @data:

Code:
use Data::Dumper;
print Dumper( { data => \@data } );

See if that contains what you are expecting

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread string matching problem delicia 4399 May 7, 2020, 5:58 PM
Thread Re: [delicia] string matching problem
Andy 4322 May 7, 2020, 11:36 PM
Thread Re: [Andy] string matching problem
delicia 4315 May 8, 2020, 5:54 AM
Thread Re: [delicia] string matching problem
Andy 4308 May 8, 2020, 6:17 AM
Thread Re: [Andy] string matching problem
delicia 4319 May 8, 2020, 6:36 AM
Post Re: [delicia] string matching problem
Andy 4294 May 8, 2020, 6:39 AM