Gossamer Forum
Home : Products : DBMan SQL : Discussion :

How to manipulate results in globals

Quote Reply
How to manipulate results in globals
Hello!

I want to change the results array generated by a query in a global and write the changed results back again to the external results variable. I know how to get the results into a global but how can I write the variable back to the external results variable?

Code:


sub {
my $tags = shift;
my $results = $tags->{'results'};



(Now some manipulation of $results)



But how do I write my $results back to the external variable?


Thanks!

Armin
Subject Author Views Date
Thread How to manipulate results in globals Armin 3307 Nov 24, 2002, 1:42 PM
Thread Re: [Armin] How to manipulate results in globals
jaspercram 3145 Nov 29, 2002, 7:56 AM
Post Re: [jaspercram] How to manipulate results in globals
Armin 3127 Dec 2, 2002, 4:53 AM