Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [afinlr] get_hash problems: Edit Log

Here is the list of edits for this post
Re: [afinlr] get_hash problems
What exactly is the short version of what you are trying to do?
Have you tried it with "&" instead of ";" or you can't because it does it automatically?

Why don't you just use:

use Links qw/$IN $DB/;

my $table = $IN->param('Table');
my $db = $DB->table($table);

I'm guessing if $IN->get_hash isn't retrieving properly, its something more than those lines of code you posted and has nothing to do with the separator.


Just thinking out loud...

- Jonathan

Last edited by:

jdgamble: Jan 23, 2005, 6:40 PM

Edit Log: