- or download this
#!/usr/bin/perl
print "content-type: text/html\n\n";
print "hello world\n";
- or download this
= 1 = #!/usr/bin/perl
= 2 = use strict;
...
= 11 = );
= 12 = $webapp->run();
= 13 =
- or download this
= 14 = DB_DSN = dbi:mysql:database=webapp
= 15 = DB_USER = webadmin
= 16 = DB_PASS =
= 17 =
- or download this
= 18 = package MyLib::Simple;
= 19 = use strict;
...
= 91 =
= 92 = 1;
= 93 =
- or download this
= 94 = package MyLib::Login;
= 95 =
...
= 270 =
= 271 = 1;
= 272 =
- or download this
= 273 = <html>
= 274 = <head>
...
= 305 = </body>
= 306 = </html>
= 307 =
- or download this
= 308 = <html>
= 309 = <head>
...
= 328 = </body>
= 329 = </html>
= 330 =
- or download this
= 331 = <html>
= 332 = <head>
...
= 359 = </body>
= 360 = </html>
= 361 =