- or download this
[any html or script here]
...
<img src="/cgi-bin/counter.pl/image.png" />
</body>
</html>
- or download this
...
$dbh->do( q{
...
}
);
...
- or download this
#!/usr/bin/perl
use strict;
...
. "Content-Length: " . length($data) . "\n\n"
. $data;
}