Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env perl
use strict;
use warnings;
use 5.022;
# mission 4: https://www.youtube.com/watch?v=kZtHy9GqQ8o
my @z = qw(
E0 81 8F 76 65 72 C1 AC E0 81 AF E0 81 AE C1 A7
@Taeril
Taeril / foo.sh
Created March 19, 2013 08:10
Play with eval to see where perlbrew broke
#!/bin/sh
export PATH=".:$PATH"
foobar_command='command foobar.sh'
#foobar_command='foobar.sh'
FOOBAR_FOO='foo-1.23.4'
# old
#eval "$(${foobar_command} env $FOOBAR_FOO)"