Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: problems calling bash script

by irah (Pilgrim)
on Mar 23, 2009 at 05:51 UTC ( [id://752513]=note: print w/replies, xml ) Need Help??


in reply to problems calling bash script

    Did you give execute permission (755) for that script?
    Did you execute using backtick(`)?

Replies are listed 'Best First'.
Re^2: problems calling bash script
by incognito129 (Acolyte) on Mar 23, 2009 at 05:58 UTC
    im using backtick and permissions are correct. I just tested using the system command and it runs fine but i need the output.

      Both the script are working fine for me. The bash script contains,

      #!/bin/bash echo `date`;

      The Perl script contains,

      #!/usr/bin/perl use strict; use warnings; print `./bash_script`;

      You can take this as sample and continue the process. You may forget to mention the path.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-03-29 14:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found