Thread Synology DS und Perl
(11 answers)
Opened by bernd67 at 2015-08-21 10:40
Testscript:
HelloWorld.pl: #!/usr/bin/perl print "Content-type: text/html\n\n"; print <<HTML; <html> <head> <title>A Simple Perl CGI</title> </head> <body> <h1>A Simple Perl CGI</h1> <p>Hello World</p> </body> </HTML> exit; -->> http://namexx.myds.me/perl/HelloWorld.pl A Simple Perl CGI Hello World HTML>> exit; Last edited: 2015-08-21 12:27:44 +0200 (CEST) |