# Perinci-CLI **Repository Path**: mirrors_gitpan/Perinci-CLI ## Basic Information - **Project Name**: Perinci-CLI - **Description**: Read-only release history for Perinci-CLI - **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**: 2025-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README SYNOPSIS % perl -MPerinci::CLI=/URL/To/Your/Function which is a shortcut for: use Perinci::CmdLine::Any -prefer_lite=>1; Perinci::CmdLine::Any->new(url => '/URL/To/Your/Function')->run; To specify options/arguments to your CLI: % perl -MPerinci::CLI=/URL/To/Your/Function -E1 -- --opt1 val arg DESCRIPTION SEE ALSO Perinci::CmdLine::Any