- or download this
#!/usr/bin/perl -w
...
print "<h1>Database Test</h1>";
$query->end_html;
- or download this
Database Test
(Username i enter in the form)DBI::db=HASH(0x838242c)
Database Test
- or download this
my $sql = "SELECT * FROM users WHERE id = '$user'";
- or download this
my $sql = "SELECT * FROM users WHERE id = 1";
- or download this
Database Test
(Correct email address)
Database Test
- or download this
Use of uninitialized value in concatenation (.) or string at login.pl
+line 27.