our approach
|
new tutorials
|
contact us
Perl Basics In Pictures
Basics
Variables
Numbers
Subroutines
Logic & Loops
Files
Save the script as
format.pl
in the
PERLSCRIPTS
folder.
This Perl script also includes HTML tags that format the text it outputs to the browser window:
print "
<h1 align=center>
\n";
print "Welcome to ACME AUTO\n";
print "
</h1>
\n";
Upload
format.pl
to the
perlscripts
directory on your Web server.
<< BACK
NEXT >>