Example one - scalar variables and print


#Example one - scalar variables and print.
# by Al Bento

$a = "this is example";
$b = 1;

print "$a number $b\n";

download the script


This page is maintained by Al Bento who can be reached at abento@ubmail.ubalt.edu. This page was last updated on June 15, 1997. Although we will attempt to keep this information accurate, we can not guarantee the accuracy of the information provided.