index
:
personal-site.git
master
Repo for my personal website ben.sanders.life
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vendor
/
bundle
/
ruby
/
3.4.0
/
gems
/
rouge-4.5.2
/
lib
/
rouge
/
demos
/
perl
blob: a9664453b61debc937b7c65a511a28f4b5dc75c9 (
plain
)
1
2
3
4
5
#!/usr/bin/env perl use warnings; print "a: "; my $a = "foo"; print $a;