perl
Installation
SKILL.md
perl - Perl Language Management
The perl module provides a unified interface for executing Perl scripts and managing the Perl environment across various platforms.
When to Activate
- When running Perl scripts in the terminal.
- When identifying or managing the Perl runtime.
Patterns & Examples
Run Script
# Execute a local Perl script
x perl ./script.pl
Checklist
- Verify the Perl script path.