Hi,

I am stumped!

I need to see the value oa all my variables.

This is what I am doing:

  name = "Jerry";

  foreach $key ($query->param) {
    undef $check;
    $check = $1 if $key =~ "name";
    if( $check ) {
      print "name  key *$key* check $1 *<BR>";
    }
  }

What am I doing wrong?

Thanks,

Jerry

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to