in reply to How to make perl affect my shell
#!/usr/bin/perl use strict; # idiot use warnings; # pruf chdir '/home/dwilde'; exec '/usr/local/bin/bash'; [download]