Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Re: Creating bash functions using perls $ENV interface

by tid (Beadle)
on Oct 30, 2003 at 00:20 UTC ( [id://303155]=note: print w/replies, xml ) Need Help??


in reply to Re: Creating bash functions using perls $ENV interface
in thread Creating bash functions using perls $ENV interface

Heya sauoq,

Thanks for taking the time to check it out. I just had to delete a whole bunch of response text, as I finally got it to work under cygwin using the following script:

#!perl -w $CYGWIN_BIN="C:\\cygwin\\bin"; $ENV{TEST_FUNC} = "() {\necho Hey, it works!;\n };\n"; system(("$CYGWIN_BIN\\bash.exe", "-c \"declare -f\"")); system(("$CYGWIN_BIN\\bash.exe", "-c \"TEST_FUNC\""));

Initially, using your
perl -le '$ENV{sauoq}="() { echo sauoq; }"; print `bash -c sauoq`'
I had problems where bash didn't understand what sauoq was. However, the script above does the trick

Thanks to everyone for the interest guys (especially sauoq) - you guys saved my butt!
Mike

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-24 09:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found