- or download this
# Not sure how quoting should work here, so fix if needed
do shell script "bash -c /Users/stevied/bin/clean_desktop.pl"
- or download this
#!/bin/bash
perlbrew use perl-5.16.0 # or whatever version/folder you are using
/Users/stevied/bin/clean_desktop.pl
- or download this
do shell script "/Users/stevied/bin/clean_desktop.sh"