.



Home | Link Us | Contact Us | Advertise



Big Resources
1-Click-Clipart
123Webmaster
A1Javascripts
Boxed Art
Font Files
FreeWare Files
FreeWebTemplates
Fresher Image
HTML Forums
Perl Access



 


Perlaccess : Tutorials : Operators : Boolean Operators
Greater Then Operator (13.4)
by Jacob A. Wheeler
http://www.bigresources.com

Greater Then: >

Script Example:


#!/usr/bin/perl
print "Content-type: text/html\n\n"; 
$a=2;
$b=4;
if($a > $b) { print "$a is greater then $b\n"; }
else { print "$b is greater then $a\n"; }
exit();


<< Back



Mascot team created by Drawshop.com