Gossamer Forum
Home : General : Perl Programming :

Re: [Andy] string matching problem

Quote Reply
Re: [Andy] string matching problem In reply to
ok, dumper shows every line in the file, but here's the line i want:

Code:
$VAR1 = { 'data' => [ '2819:delicia:Reynolds Delicia:18.4:20151015:Yes::zzzzz' ] };
is that what it should look like? it's exactly like the actual line in the file.

it should be seeing that data[1] delicia eq user delicia and then mapping the array so rec2{'Userid'} eq delicia
Subject Author Views Date
Thread string matching problem delicia 4397 May 7, 2020, 5:58 PM
Thread Re: [delicia] string matching problem
Andy 4320 May 7, 2020, 11:36 PM
Thread Re: [Andy] string matching problem
delicia 4313 May 8, 2020, 5:54 AM
Thread Re: [delicia] string matching problem
Andy 4305 May 8, 2020, 6:17 AM
Thread Re: [Andy] string matching problem
delicia 4317 May 8, 2020, 6:36 AM
Post Re: [delicia] string matching problem
Andy 4292 May 8, 2020, 6:39 AM