# Crypt-Caesar **Repository Path**: mirrors_gitpan/Crypt-Caesar ## Basic Information - **Project Name**: Crypt-Caesar - **Description**: Read-only release history for Crypt-Caesar - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README NAME Crypt::Caesar - Decrypt rot-N strings INSTALLATION To install this module type the following: perl Makefile.PL make make test make install SYNOPSIS use Crypt::Caesar; print caesar("Vn tjp xvi nzz, do rjmfn.\n"); DESCRIPTION This module is based on the caesar program from the bsdgames package, made by Stan King and John Eldridge, based on the algorithm suggested by Bob Morris. "caesar" This is the only function this package provides. It is exported by default and prototyped ($). AUTHOR Juerd