Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: How do you run a perl script using a custom perl build from an AppleScript?

by duelafn (Parson)
on May 27, 2017 at 21:29 UTC ( [id://1191387]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. 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"
    
  2. or download this
    #!/bin/bash
    perlbrew use perl-5.16.0   # or whatever version/folder you are using
    /Users/stevied/bin/clean_desktop.pl
    
  3. or download this
    do shell script "/Users/stevied/bin/clean_desktop.sh"
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1191387]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-25 14:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found