search:
News
Articles
Tech Tools
Subscribe
Archive
Whitepapers
Digisub
Write for Us!
Newsletter
Shop
DevOps
Cloud Computing
Virtualization
HPC
Linux
Windows
Security
Monitoring
Databases
all Topics...
Search
Login
Search
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(1118)
Article
(313)
News
(201)
Blog post
(3)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
107
108
109
110
111
112
113
114
115
116
117
118
119
120
...
164
Next »
9%
Lua for Apache
10.07.2012
Home
»
Articles
»
firstname=v
12
elseif k=='lastname' then 13 lastname=v 14 end 15 end 16 17 r:puts(string.format("Hello %s %s!", firstname, lastname)) 18 19 r:puts("