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 4 years ago
..
A program that generates random integers between 1 and 10.pl Initial commit 4 years ago
All installed files.pl Initial commit 4 years ago
Behavior of eval.pl Initial commit 4 years ago
Benchmark timethis.pl Initial commit 4 years ago
Call external command.pl Initial commit 4 years ago
Calling system.pl Initial commit 4 years ago
Combine rand function and letter range to generate random letter.pl Initial commit 4 years ago
Combine unpack and pack in one statement.pl Initial commit 4 years ago
Compare complex number.pl Initial commit 4 years ago
Convert value to degree.pl Initial commit 4 years ago
Converts from degrees to radians.pl Initial commit 4 years ago
Create Complex number.pl Initial commit 4 years ago
Create a big integer.pl Initial commit 4 years ago
Create arsine value.pl Initial commit 4 years ago
Demonstrating some math functions.pl Initial commit 4 years ago
Detecting Whether Your Script Is Running on Windows or UNIX using $^O.pl Initial commit 4 years ago
Displays the current date and time in a Web browser.pl Initial commit 4 years ago
Distinguish between the parent and child processes.pl Initial commit 4 years ago
Encrypt files.pl Initial commit 4 years ago
English name- $PROGRAM_NAME.pl Initial commit 4 years ago
Expired user.pl Initial commit 4 years ago
Extract command-line switches with Getopt-Std.pl Initial commit 4 years ago
File group listing.pl Initial commit 4 years ago
Find all users without passwords.pl Initial commit 4 years ago
Formula to produce random numbers between 5 and 15 inclusive.pl Initial commit 4 years ago
Generate random numbers.pl Initial commit 4 years ago
Generate random password.pl Initial commit 4 years ago
Get Terminal Size.pl Initial commit 4 years ago
Get abbreviations.pl Initial commit 4 years ago
Get group name.pl Initial commit 4 years ago
Get the absolute value.pl Initial commit 4 years ago
Get the basename of a file.pl Initial commit 4 years ago
Get the dirname from a file name.pl Initial commit 4 years ago
Get user login names.pl Initial commit 4 years ago
GetOptions(file=s arrow $file).pl Initial commit 4 years ago
Is scalar readonly.pl Initial commit 4 years ago
Launching Processes by using Calling exec.pl Initial commit 4 years ago
Let system determine seed.pl Initial commit 4 years ago
List group.pl Initial commit 4 years ago
List users.pl Initial commit 4 years ago
Map function with regular expression.pl Initial commit 4 years ago
Pack to hex string and unpack.pl Initial commit 4 years ago
Pass new variable name to Data-Dumper function.pl Initial commit 4 years ago
Perform consistent command line parsing.pl Initial commit 4 years ago
Print out all users on your UNIX system.pl Initial commit 4 years ago
Process complex command lines.pl Initial commit 4 years ago
Putting Sleep into foreach loop.pl Initial commit 4 years ago
Quota, change or age.pl Initial commit 4 years ago
Random integers produced by 1 + int( rand( 6 ) ).pl Initial commit 4 years ago
Random numbers produced by rand( 100 ).pl Initial commit 4 years ago
Random numbers produced by rand().pl Initial commit 4 years ago
Read from a file.pl Initial commit 4 years ago
Read password without displaying anything.pl Initial commit 4 years ago
Read password.pl Initial commit 4 years ago
Read system command and execute.pl Initial commit 4 years ago
Read the password file.pl Initial commit 4 years ago
ReadMode('cbreak'.pl Initial commit 4 years ago
Runs pre-configured test scripts or programs.pl Initial commit 4 years ago
Seed rand with the time or the pid of this process.pl Initial commit 4 years ago
Set new prompt letter for terminal when reading data.pl Initial commit 4 years ago
Shell command- cat file.pl Initial commit 4 years ago
Shell command- dir.pl Initial commit 4 years ago
Shell command- uptime.pl Initial commit 4 years ago
Sign a file or message.pl Initial commit 4 years ago
Simple options.pl Initial commit 4 years ago
Soundex function.pl Initial commit 4 years ago
Test a UNIX password.pl Initial commit 4 years ago
The English Module.pl Initial commit 4 years ago
The Perl function getgrent retrieves an item from the user group file.pl Initial commit 4 years ago
The Template pack and unpack Types and Values.pl Initial commit 4 years ago
The defined Function.pl Initial commit 4 years ago
The die function exits the Perl script and prints out an error message to STDERR.pl Initial commit 4 years ago
The eval command executes a snippet of Perl code.pl Initial commit 4 years ago
The getgrnam function retrieves the group file entry corresponding to a particular group name.pl Initial commit 4 years ago
The getpgrp function retrieves the process group ID for a particular process.pl Initial commit 4 years ago
The pack Function Character Codes.pl Initial commit 4 years ago
The pack-format characters, as used by unpack.pl Initial commit 4 years ago
The sleep command puts your process to sleep for a number of seconds.pl Initial commit 4 years ago
The undef Function.pl Initial commit 4 years ago
The wait function.pl Initial commit 4 years ago
The waitpid function.pl Initial commit 4 years ago
To display all the -etc-passwd fields for users passed on the command line.pl Initial commit 4 years ago
To exit a Perl script, use the die function or the exit function.pl Initial commit 4 years ago
To retrieve the process ID for the parent process for your program, call the function getppid.pl Initial commit 4 years ago
To turn a feature on or off. Use the exclamation point(!).pl Initial commit 4 years ago
Use User-pwent to access user data.pl Initial commit 4 years ago
Use the Data-Dumper function to output complex value.pl Initial commit 4 years ago
Uses the system function to clear the screen.pl Initial commit 4 years ago
Using Data-Dumper to print the results of tree-based parsing.pl Initial commit 4 years ago
Using Data-Dumper to serialize the structure of a tree of XML document.pl Initial commit 4 years ago
Using Getopt to deal with command line options.pl Initial commit 4 years ago
Using Map function.pl Initial commit 4 years ago
Using PI constant.pl Initial commit 4 years ago
Using acos function.pl Initial commit 4 years ago
Using cos function.pl Initial commit 4 years ago
Using die to ouput error message.pl Initial commit 4 years ago
Using eval to evaluate an expression.pl Initial commit 4 years ago
Using eval to test whether a function is implemented.pl Initial commit 4 years ago
Using exec to launch the windows program.pl Initial commit 4 years ago
Using exit command to exit an program.pl Initial commit 4 years ago
Using exp function.pl Initial commit 4 years ago
Using foreach loop to create a list of random number.pl Initial commit 4 years ago
Using fork and pipe.pl Initial commit 4 years ago
Using fork to create child processes.pl Initial commit 4 years ago
Using function 'die' to terminate a program.pl Initial commit 4 years ago
Using pack and unpack to convert decimal number to binary number back and forth.pl Initial commit 4 years ago
Using rad2deg to convert radian to degree.pl Initial commit 4 years ago
Using scalar function to convert array to scalar variable.pl Initial commit 4 years ago
Using sin function with radian.pl Initial commit 4 years ago
Using sin function.pl Initial commit 4 years ago
Using system on Windows with the Windows START command.pl Initial commit 4 years ago
Using system on Windows.pl Initial commit 4 years ago
Using system to call a command passed in by an array.pl Initial commit 4 years ago
Using system to call os-shell function.pl Initial commit 4 years ago
Using tan function.pl Initial commit 4 years ago
Using vec.pl Initial commit 4 years ago
Using waitpid.pl Initial commit 4 years ago
Values Returned by getpwnam.pl Initial commit 4 years ago
Waiting for child processes to exit.pl Initial commit 4 years ago
alarm(5).pl Initial commit 4 years ago
fork returns the child's process ID.pl Initial commit 4 years ago
getgrent function.pl Initial commit 4 years ago
getprotoent function.pl Initial commit 4 years ago
pack and unpack.pl Initial commit 4 years ago
print (4 x atan2 1, 1).pl Initial commit 4 years ago
print POSIX-tan(atan2 (1, 1)).pl Initial commit 4 years ago
print pack(c, 68, 69, 70, 71).pl Initial commit 4 years ago
print pack(c3, 65, 66, 67).pl Initial commit 4 years ago
print pack(ccc, 88, 89, 90);.pl Initial commit 4 years ago
qualify('scalar').pl Initial commit 4 years ago
qualify('scalar','My-Module').pl Initial commit 4 years ago
qualify_to_ref(scalar,My_Module).pl Initial commit 4 years ago
setlocale function.pl Initial commit 4 years ago
srand function.pl Initial commit 4 years ago
stty cbreak _-dev-tty _&1.pl Initial commit 4 years ago
system -stty cbreak &1.pl Initial commit 4 years ago
use Benchmark to time a loop.pl Initial commit 4 years ago
use Class-Struct.pl Initial commit 4 years ago
use Cwd.pl Initial commit 4 years ago
use Data Dumper to dump the reference.pl Initial commit 4 years ago
use Data-Dumper.pl Initial commit 4 years ago
use English.pl Initial commit 4 years ago
use Env qw(PATH HOME).pl Initial commit 4 years ago
use Env.pl Initial commit 4 years ago
use File-Compare to compare two files.pl Initial commit 4 years ago
use Math-BigInt.pl Initial commit 4 years ago
use Safe.pl Initial commit 4 years ago
use Term-ANSIColor.pl Initial commit 4 years ago
use Term-ReadKey.pl Initial commit 4 years ago
use Text-Abbrev.pl Initial commit 4 years ago
use Text-Tabs to set the tab size.pl Initial commit 4 years ago
use Time-Local.pl Initial commit 4 years ago
waitpid waits for a particular child process to complete, returning 1 if the process is found and -1 on an error.pl Initial commit 4 years ago