473,498 Members | 1,722 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

help needed..........

9 New Member
I have to run a shell script from a perl script and where every function is called i have to insert a echo statement.
Aug 31 '07 #1
5 835
numberwhun
3,509 Recognized Expert Moderator Specialist
I have to run a shell script from a perl script and where every function is called i have to insert a echo statement.

Well, what have you tried so far? Please keep in mind that if you are calling a shell script from a Perl script, then the script will be run and the code inside executed. This means that you will have to have your echo statements already inside of your shell script.

Please post the code you have tried and we can help you from there.

Regards,

Jeff
Aug 31 '07 #2
rohitkec
9 New Member
sir,
actually I am new to perl script.i have made a shell script:
Expand|Select|Wrap|Line Numbers
  1. #!/bin/bash
  2. a()
  3. {
  4. echo "in func f"
  5. }
  6. b()
  7. {
  8. echo "in func b"
  9. }
  10. a
  11. b
  12.  
then i have made a perl program:

Expand|Select|Wrap|Line Numbers
  1. #!/usr/bin/perl
  2. use warnings;
  3. print `/home/rohit/perl/fun`;
  4.  
in this code I am able to run a shell script but i am not able to edit it.How can i place some more echo statements in shell script from perl program.
Sep 3 '07 #3
numberwhun
3,509 Recognized Expert Moderator Specialist
First, I have deleted the post that you made before replying to this one as they were asking the same exact question. Please do not double post in the forums.


Ok, in your code above, to execute the Perl script, you certainly don't need the print statement, just what follows it, in back tics.

As for inserting echo statements into the perl script, you should have already had the needed echo statements in the shell script prior to execution. You cannot do it on the fly as the execution will happen outside of Perl's processing. You could possibly write some perl code to insert some echo statements into the script, prior to execution, but not during.

Regards,

Jeff
Sep 3 '07 #4
miller
1,089 Recognized Expert Top Contributor
I have to run a shell script from a perl script and where every function is called i have to insert a echo statement.
Your question makes absolutely no sense. Even seeing your code below it is unclear what you are trying to do.

Please spell out clearly what you want and what you have already attempted.

- Miller
Sep 3 '07 #5
rohitkec
9 New Member
thanks , a lot ..........
I got the solution .it has to be done by file handling .
Sep 4 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

28
3251
by: stu_gots | last post by:
I have been losing sleep over this puzzle, and I'm convinced my train of thought is heading in the wrong direction. It is difficult to explain my circumstances, so I will present an identical...
7
1876
by: ChadDiesel | last post by:
Hello everyone, I'm having a problem with Access that I need some help with. The short version is, I want to print a list of parts and part quantities that belong to a certain part group---One...
7
1749
by: Tina | last post by:
I have an asp project that has 144 aspx/ascx pages, most with large code-behind files. Recently my dev box has been straining and taking long times to reneder the pages in the dev environment. ...
10
14814
by: Mae Lim | last post by:
Dear all, I'm new to C# WebServices. I compile the WebService project it return no errors "Build: 1 succeeded, 0 failed, 0 skipped". Basically I have 2 WebMethod, when I try to invoke the...
2
2888
by: trihanhcie | last post by:
I m currently working on a Unix server with a fedora 3 as an os My current version of mysql is 3.23.58. I'd like to upgrade the version to 5.0.18. After downloading from MYSQL.COM the package on...
2
1967
by: Steve K | last post by:
I got a bit of a problem I like some help on. I'm designing an online training module for people that work in food processing plants. This is my target audience. These workers have little or no...
3
2407
by: Kitana907 | last post by:
Hi- I'm attempting to write a module that uses and updates info from two tables and does the following: Opens the recordset of a table called "tblstoreinv" If the Needed Field in the...
9
2059
by: smartbei | last post by:
Hello, I am a newbie with python, though I am having a lot of fun using it. Here is one of the excersizes I am trying to complete: the program is supposed to find the coin combination so that with...
2
2881
by: rookiejavadude | last post by:
I'm have most of my java script done but can not figure out how to add a few buttons. I need to add a delete and add buttong to my existing java program. Not sure were to add it on how. Can anyone...
32
2749
by: =?Utf-8?B?U2l2?= | last post by:
I have a form that I programmatically generate some check boxes and labels on. Later on when I want to draw the form with different data I want to clear the previously created items and then put...
0
7002
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7165
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7205
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7379
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5462
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4910
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4590
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3093
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1419
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.