DEV Community

Yuki Kimoto
Yuki Kimoto

Posted on • Edited on

3 2

Install Strawberry Perl using chocolatey on Windows

Install Strawberry Perl using chocolatey on Windows.

choco install strawberryperl
Enter fullscreen mode Exit fullscreen mode

If you need 32bit Strawberry Perl, you can do the following.

choco install strawberryperl --x86
Enter fullscreen mode Exit fullscreen mode

The document of Strawberry Perl on chocolatey

Top comments (1)

Collapse
 
zmughal profile image
Zaki Mughal [sivoais]

Thanks! Just used this in this PR: github.com/wbraswell/alien-pcre2/p....

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay