GFXVoid.com Graphic Design Forums  

Go Back   GFXVoid.com Graphic Design Forums > Tutorials > Web Development / Coding Tutorials > Other Tutorials

Register Now for FREE!
Our records show you have not yet registered to our forums. To sign up for your FREE account INSTANTLY fill out the form below!

Username: Password: Confirm Password: E-Mail: Confirm E-Mail:
 
Image Verification
Please enter the six letters or digits that appear in the image opposite.

  I agree to forum rules 



» Stats
Members: 28,703
Threads: 54,550
Posts: 479,824
Welcome to our newest member, XGen
Reply
 
Thread Tools Display Modes
  #1  
Old 03-02-2005, 05:50 PM
demo demo is offline
Voidster
 
Join Date: Dec 2004
Location: Buffalo Grove, Illinois
Posts: 350
demo is a helpful member!
Send a message via AIM to demo Send a message via Yahoo to demo
Default

This tutorial will teach you how to display server information with Perl.

Code
Code:
#!/usr/bin/perl
use strict;

print "Content-type: text/html\n\n
<html>
<head>
	<title>Display Server Information</title>
</head>
<body>
	<h1>Server Information</h1>
	<hr>
	<pre>
 *Server Name: *$ENV{SERVER_NAME} #Server Name
 *Server Port: *$ENV{SERVER_PORT} #Server Port
 *Server Software:	$ENV{SERVER_SOFTWARE} #Server Software
 *Server Protocol:	$ENV{SERVER_PROTOCOL} #Server Protocol
	</pre>
	<hr>
	</font>
</body>
</html>";
Notes
- Remember to Chmod File to 0755 or higher
- File must be placed in the CGI-BIN

Example Here
Reply With Quote
  #2  
Old 03-02-2005, 06:13 PM
tacoX tacoX is offline
Retired Staff
 
Join Date: Dec 2004
Location: GFXVoid
Posts: 4,408
tacoX is a helpful member!
Default

I love the tutorial man - a great tutorial for newbies =).
__________________

RyanEagle.com | tacoX.info
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Information Daemon_ The Void 29 05-01-2006 11:28 AM
Perl: Redirection Script demo Other Tutorials 2 02-08-2006 03:07 PM
Information card SgtSwabs Signature Showcase 7 12-08-2005 02:46 PM
Perl: Random Quotes demo Other Tutorials 1 06-16-2005 08:37 PM

Powered by vBadvanced CMPS v3.2.0

All times are GMT -5. The time now is 11:06 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
HTML Help provided by HTML Help Central