Help for this page

Select Code to Download


  1. or download this
    printf "The username is %s\n", $rs->fields(0)->value;
    
  2. or download this
    print "The username is ", $rs->fields(0)->value, "\n";