our approach
|
contact us
Perl Basics In Pictures
Basics
Variables
Numbers
Subroutines
Logic & Loops
Files
Run a script from a Web page
Create a new Web page with this code:
<html>
<head>
<title>Run your first Perl script</title>
</head>
<body>
Click on <a href="http://www.yourwebsite.com/cgi-bin/perlscripts/simple.pl">this link</a> to run your first Perl script.
</body>
</html>
<< BACK
NEXT >>