Skip to content

Instantly share code, notes, and snippets.

View davidkaufman's full-sized avatar

David Kaufman davidkaufman

View GitHub Profile
@davidkaufman
davidkaufman / plenv-venv
Created May 29, 2024 21:17 — forked from indraniel/plenv-venv
a "virtualenv"-like solution for perl / plenv
#!/usr/bin/env perl
# prior art:
# https://bitbucket.org/jtopjian/penv/src/20bcd9049c95/penv.pl
# https://github.com/stoned/pll/blob/master/pll
use strict;
use warnings;
use Config;
@indraniel
indraniel / plenv-venv
Last active February 1, 2025 06:24
a "virtualenv"-like solution for perl / plenv
#!/usr/bin/env perl
# prior art:
# https://bitbucket.org/jtopjian/penv/src/20bcd9049c95/penv.pl
# https://github.com/stoned/pll/blob/master/pll
use strict;
use warnings;
use Config;