Language: Perl
Fork a Child Process in Perl
Spawn a child process with fork() and wait for it to exit.
Author:
chris
Base64 Encode and Decode in Perl
MIME::Base64 round-trip for binary-safe text encoding.
Author:
chris
URL Encode and Decode in Perl
Use URI::Escape for percent-encoding and decoding strings.
Author:
chris
Parse CLI Arguments with Getopt::Long
Parse long and short options with type validation using Getopt::Long.
Author:
chris
Recursive Directory Walk with File::Find
Walk a directory tree and print every regular file found.
Author:
chris
Generate an MD5 Hash in Perl
Compute the MD5 hex digest of a string using Digest::MD5.
Author:
chris