 |
|
Oracle Tips by Burleson |
Conducting
the Web Designer Job Interview
Chapter 10: The
Technical
Interview
Perl Script Questions
Explain how to run the following script in a browser and
describe the results:
#!/usr/bin/perl
print "Content-type: text/html\n\n";
print "<HTML><HEAD>";
print "<TITLE>CGI pedigree</TITLE>";
print "</HEAD>";
print "<BODY><H3>For pedigree information please email
pedigrees@horseinfo.com </H3>";
print "</BODY></HTML>";
Skill Level: Medium
Expected Answer:
For the answer to this and other Web Designer job
interview questions visit the code depot for the book
http://www.rampant-books.com/book_2004_1_job_web_designer.htm.
 |
For more details and scripts, see my new book "
Oracle
Tuning: The Definitive Reference", over 900 pages
of BC's favorite tuning tips & scripts.
You can buy it direct from the publisher for 30%-off and get
instant access to the code depot. |
|