sub MAIN () { # Unset PATH for shell safety (pg. 68) %*ENV = ''; print Q :x 'C:\Windows\System32\hostname.exe' if $*DISTRO.is-win; print Q :x '/bin/hostname' unless $*DISTRO.is-win; #avoid variable inputs for shell scripts #qqx/date $my-new-date/ #my $my-new-date = '; /bin/rm -rf'; }