perldoc
Verified for current stable LTS
Perldoc Command: Specify Language Code Translation
Use for specify language code translation with Perldoc. Exact CLI syntax to specify language code translation using Perldoc.
When to use this: Use for specify language code translation with Perldoc.
Command Syntax
perldoc -L <language_code> <page|module|program|URL> perldoc -L <language_code> <page|module|program|URL> Command Breakdown
-L- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to specify language code translation using Perldoc.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Perldoc Command: Search Perl Faq Questions
perldoc -q <regex> Perldoc Command: Send Output Directly To Stdout perldoc -T <page|module|program|URL> Perldoc Command: View Perl Documentation Function Variable Api perldoc -<f|v|a> <name> Curl Command: Make Http Get Request Follow Redirects curl [-L|--location] [-D|--dump-header] - https://example.com Autossh Command: Background No Monitoring Exit On Failure autossh -f -M 0 -N -o "ServerAliveInterval 10" -o "ServerAliveCountMax 3" -o ExitOnForwardFailure=yes -L <local_port>:localhost:<remote_port> <user>@<host>