Gossamer Forum
Home : General : Perl Programming :

Re: [delicia] string matching problem

Quote Reply
Re: [delicia] string matching problem In reply to
What do you see if you do:

Code:
use Data::Dumper;
print Dumper({ user_id => $rec2{'Userid'}, test => $user } );

That should print out any extra characters in the string

Also - in array_to_hash2() do you "chomp" the line, to remove any ending newlines/return breaks?

Cheer

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 4314 May 7, 2020, 5:58 PM
Thread Re: [delicia] string matching problem
Andy 4237 May 7, 2020, 11:36 PM
Thread Re: [Andy] string matching problem
delicia 4230 May 8, 2020, 5:54 AM
Thread Re: [delicia] string matching problem
Andy 4222 May 8, 2020, 6:17 AM
Thread Re: [Andy] string matching problem
delicia 4234 May 8, 2020, 6:36 AM
Post Re: [delicia] string matching problem
Andy 4210 May 8, 2020, 6:39 AM