in reply to Re^4: Post Email address as CGI Parameter
in thread Post Email address as CGI Parameter

I don't know what my $sarah_bownds = $fb-> ... ->as_hashref is supposed to return, but if it is a hashref, I wouldn't put it into an URL like you did.
First step to verify this would be to change the last line of your code to
my $gotourl = "http://goto.this.domain/cgi/register.cgi?login=$login&i +d=$user->{'id'}&email=$user->{'email'}&msg=201&args=$sarah_bownds"; print "going to >>>$gotourl<<<\n"; print $q->redirect($gotourl);