You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber b880c3ccde Initial commit 5 years ago
..
'Greater than or equal' operator.pl Initial commit 5 years ago
'Greater than', 'Less than' operator.pl Initial commit 5 years ago
'equal' operator for digits.pl Initial commit 5 years ago
'less than or equal' operator.pl Initial commit 5 years ago
'not equal' operator for digits.pl Initial commit 5 years ago
'use integer'.pl Initial commit 5 years ago
A program that contains a floating-point comparison.pl Initial commit 5 years ago
A program that displays integers and illustrates their size limitations.pl Initial commit 5 years ago
A program that displays various floating-point scalar values.pl Initial commit 5 years ago
A program that illustrates round-off error problems in floating-point arithmetic.pl Initial commit 5 years ago
A reference is a scalar variable pointing-or refering to-something else.pl Initial commit 5 years ago
Adding number to a string.pl Initial commit 5 years ago
Basic Perl Datatypes.pl Initial commit 5 years ago
Big float.pl Initial commit 5 years ago
Binary AND (&).pl Initial commit 5 years ago
Binary NOT (~).pl Initial commit 5 years ago
Binary number.pl Initial commit 5 years ago
Chop a number.pl Initial commit 5 years ago
Compare two values in the integer context.pl Initial commit 5 years ago
Concatenating a number and a string.pl Initial commit 5 years ago
Convert a number with the hex() or oct().pl Initial commit 5 years ago
Convert decimal to hex.pl Initial commit 5 years ago
Converting Strings to Numbers.pl Initial commit 5 years ago
Converting Time.pl Initial commit 5 years ago
Create new time based on the value from localtime.pl Initial commit 5 years ago
Creating and Dereferencing Pointers.pl Initial commit 5 years ago
Creating and dereferencing a reference.pl Initial commit 5 years ago
Creating reference for arrays.pl Initial commit 5 years ago
Currency Converter, Mark 2.pl Initial commit 5 years ago
Currency Converter.pl Initial commit 5 years ago
Declare an Integer.pl Initial commit 5 years ago
Demonstrates the reference syntax.pl Initial commit 5 years ago
Dereference pointer.pl Initial commit 5 years ago
Dereferencing a Reference.pl Initial commit 5 years ago
Dereferencing the Pointer.pl Initial commit 5 years ago
Direct Reference Techniques.pl Initial commit 5 years ago
Direct Scalar References.pl Initial commit 5 years ago
Exchange reference.pl Initial commit 5 years ago
Execute date command and get user input.pl Initial commit 5 years ago
Float point number literal.pl Initial commit 5 years ago
Float value calculation.pl Initial commit 5 years ago
Get a reference to a file handle by using '$ioreference = _name{IO};.pl Initial commit 5 years ago
Get reference of a range.pl Initial commit 5 years ago
Get the reference of the return value from substr.pl Initial commit 5 years ago
Get the reference to a scalar by using the form '$scalarreference = _name{SCALAR};.pl Initial commit 5 years ago
Get the reference to a subroutine by using the form '$codereference = _name{CODE};.pl Initial commit 5 years ago
Get the remainder.pl Initial commit 5 years ago
Get the value from a reference.pl Initial commit 5 years ago
Hexadecimal and octal numbers.pl Initial commit 5 years ago
Hexadecimal number.pl Initial commit 5 years ago
How Strings Are Converted to Numbers.pl Initial commit 5 years ago
How much storage your computer allows, change your program again to this.pl Initial commit 5 years ago
Illegal Hex number with G.pl Initial commit 5 years ago
Illegal binary number- with 2 inside.pl Initial commit 5 years ago
Illegal octal number- with 8 inside.pl Initial commit 5 years ago
Increments Reference.pl Initial commit 5 years ago
Integer type variable.pl Initial commit 5 years ago
Is leap year subroutine.pl Initial commit 5 years ago
Math calculation on integer.pl Initial commit 5 years ago
Miles-to-kilometers converter.pl Initial commit 5 years ago
Nested reference.pl Initial commit 5 years ago
Number can be expressed by ###_###_### for ###,###,###.pl Initial commit 5 years ago
Number systems.pl Initial commit 5 years ago
Numeric Literal Formats and Notation.pl Initial commit 5 years ago
Numeric Literals.pl Initial commit 5 years ago
Octal number.pl Initial commit 5 years ago
Octal numerals starting with 0x.pl Initial commit 5 years ago
Perl 5 Dereferencing Operators.pl Initial commit 5 years ago
Perl 5 Numeric Formats.pl Initial commit 5 years ago
Perl 5 Reference Assignments.pl Initial commit 5 years ago
Print a couple of integer literals in Perl.pl Initial commit 5 years ago
Print number out.pl Initial commit 5 years ago
Print out the current time in standard time.pl Initial commit 5 years ago
Reading float point number from keyboard.pl Initial commit 5 years ago
Reads any kind of integer.pl Initial commit 5 years ago
Reference Modification.pl Initial commit 5 years ago
Reference is a scalar variable.pl Initial commit 5 years ago
References to references.pl Initial commit 5 years ago
References, Pointers.pl Initial commit 5 years ago
Return Values from the ref Function.pl Initial commit 5 years ago
Scalar Context versus List Context.pl Initial commit 5 years ago
Set the value of localtime to a scalar variable, you'll get a typical UNIX-style time.pl Initial commit 5 years ago
Splitting Local Time.pl Initial commit 5 years ago
Splitting Time.pl Initial commit 5 years ago
String (with digits) is converted to number during the math operation.pl Initial commit 5 years ago
String (without digits) is converted to number during the math operation.pl Initial commit 5 years ago
String is converted to a number automatically.pl Initial commit 5 years ago
Switch Time.pl Initial commit 5 years ago
The result when these two strings are compared depends on whether a string or integer comparison is being performed.pl Initial commit 5 years ago
The return values of the ref function- 10.pl Initial commit 5 years ago
The return values of the ref function- array.pl Initial commit 5 years ago
The return values of the ref function- function.pl Initial commit 5 years ago
The return values of the ref function- ref( --@array ).pl Initial commit 5 years ago
The return values of the ref function- ref( -_hash ).pl Initial commit 5 years ago
Time of Day.pl Initial commit 5 years ago
To disable integer math within a block.pl Initial commit 5 years ago
To extract the current date by using time and localtime.pl Initial commit 5 years ago
Using $$ to get the value of the reference.pl Initial commit 5 years ago
Using Numbers in Scalar Variables.pl Initial commit 5 years ago
Using hex function to convert octal number to Hexadecimal number.pl Initial commit 5 years ago
Using int() to convert 1.000001 to an integer.pl Initial commit 5 years ago
Using int() to convert 1.99999 to an integer.pl Initial commit 5 years ago
Using oct function to convert number to octal numbers.pl Initial commit 5 years ago
Using ref function on a subroutine reference.pl Initial commit 5 years ago
Using ref function to check the parameter type.pl Initial commit 5 years ago
Using ref function to get the type of the reference.pl Initial commit 5 years ago
Using ref inside a function.pl Initial commit 5 years ago
Using the _ (under score) in float point number.pl Initial commit 5 years ago
What happens if we try and join a number to a string.pl Initial commit 5 years ago
gmtime function converts a time value into Greenwich Mean Time.pl Initial commit 5 years ago
hex digit.pl Initial commit 5 years ago
hex(10), hex(0x10).pl Initial commit 5 years ago
hex(FFG).pl Initial commit 5 years ago
hex(ab).pl Initial commit 5 years ago
hexadecimal data.pl Initial commit 5 years ago
int 1.999,int 2.001.pl Initial commit 5 years ago
localtime converts a time into the local time.pl Initial commit 5 years ago
oct(178).pl Initial commit 5 years ago
octal data.pl Initial commit 5 years ago
operator returns 0 or -1 or 1.pl Initial commit 5 years ago
scalar(localtime(time())).pl Initial commit 5 years ago