Gossamer Forum
Home : General : Perl Programming :

Re: [delicia] another encoding problem

Quote Reply
Re: [delicia] another encoding problem In reply to
It's hard to know without seeing more of the code / example input / output etc. I would suggest adding debugging in, and print that debugging out so you can spot where the issue comes in. DBMan is a pretty antiquated script by now, which would really be better working with DBManSQL (still old, but much more flexible :))

In later GT scripts, you would simply grab the values like:

Code:
my $in = $IN->get_hash;

Much easier and cleaner :)

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 another encoding problem delicia 2384 Jul 21, 2022, 7:24 AM
Thread Re: [delicia] another encoding problem
delicia 2318 Jul 21, 2022, 6:20 PM
Thread Re: [delicia] another encoding problem
Andy 2312 Jul 22, 2022, 8:46 AM
Thread Re: [Andy] another encoding problem
delicia 2311 Jul 22, 2022, 9:20 AM
Thread Re: [delicia] another encoding problem
Andy 2303 Jul 22, 2022, 10:17 PM
Thread Re: [Andy] another encoding problem
delicia 2298 Jul 23, 2022, 5:41 AM
Post Re: [delicia] another encoding problem
Andy 2294 Jul 23, 2022, 5:51 AM