Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Calling bash functions inside perl script

by lima1 (Curate)
on Apr 04, 2007 at 11:06 UTC ( [id://608247]=note: print w/replies, xml ) Need Help??


in reply to Calling bash functions inside perl script

it is working when you source the file in your perl script:
#!/usr/bin/perl -w use strict ; print "Test main \n" ; system( qq{ . test.sh ; testxxx } );
test already exists in my path, so this is probably another error.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-03-28 18:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found