< Previous | [Index] | slide #24 out of 31 slides | Next >

Scalars -- Examples for numbers

Scalars -- Examples for numbers


$integer	= 12345
$floating	= 12345.67
$scientific	= .23E-10	# a very small number
$large_int	= 4_294_967_296	# underline for legibility
$hex_num	= 0xff		# hex
$octal_num	= 0377		# octal
$binary_num	= 0b011011	# binary

< Previous (23) | [Index] | (25/31) Next >


Shlomo Yona. Perl lectures 2002. Slides automatically generated by a Perl script. Last update on Wed Oct 16 09:39:00 IST 2002