IHYPRESS PROGRAMMING
CGI/Ruby programs with code and output for beginners
HOME
|
ASP
|
C
|
CSS
|
GNUPLOT
|
HTML
|
JAVASCRIPT
|
PERL
|
PHP
|
PYTHON
|
RUBY
|
SVG
Ruby (CGI Programming)
❯ Functions 1
<10>
#!/usr/bin/ruby -w print "Content-type: text/html\n\n" def say_hi puts "<div style=\"font-size:3em;color:red;\">Hello, how are you?</div>" end say_hi say_hi say_hi
Hello, how are you?
Hello, how are you?
Hello, how are you?
COPYRIGHT © 2015-2025 IHY PRESS Frankfurt am Main 60329 Deutschland