Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 200 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 200 Bytes

scripts-perl

Use dev in Docker with Perl v5.36:

# Create container
docker run -it --name perl-projects perl:5.36-bullseye bash

# Run stopped container
docker exec -it perl-projects bash