Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

First CGI program

#!/usr/bin/perl

print "Content-type:text/html

";
print '<html>';
print '<head>';
print '<title>Hello Word - First CGI Program</title>';
print '</head>';
print '<body>';
print '<h2>Hello Word! This is my first CGI program</h2>';
print '</body>';
print '</html>';
Comment

PREVIOUS NEXT
Code Example
Python :: seaborn log heatmap 
Python :: objects list 
Python :: watchlist flask app 
Python :: Python NumPy insert Function Example Working with Scalars 
Python :: Python NumPy dsplit Function 
Python :: python increase a value every n rows 
Python :: pytorch Jaccard Index 
Python :: Python __ne__ 
Python :: Python how to use __ne__ 
Python :: NumPy rot90 Example Rotating Once 
Python :: how to nest try/except statements 
Python :: visualize 3 columns of pandas 
Python :: NumPy binary_repr Syntax 
Python :: Printing a long code line to span over multiple lines 
Python :: opensource ip tracker python 
Python :: how to show all rows whith a unique value in a column 
Python :: call a Python range() using range(stop) 
Python :: knn compute_distances_one_loop 
Python :: python raw strings 
Python :: python turtle star 
Python :: installing blacksheep 
Python :: python 3.9.7 
Python :: Flask/Werkzeug, how to return previous page after login 
Python :: python compare number with a precision 
Python :: how to scrape data from github api python 
Python :: DELETE c1 FROM tablename c1 INNER JOIN tablename c2 WHERE c1.id c2.id AND c1.unique_field = c2.unique_field; 
Python :: rpi python read spi 
Python :: cuantas palabras hay en una frase en python 
Python :: python 2nd order ode 
Python :: django save another class data while saving a class 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =