Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > How to call a TCL script from within a perl scrip/program

Reply
Thread Tools

How to call a TCL script from within a perl scrip/program

 
 
cyrusgreats@gmail.com
Guest
Posts: n/a
 
      02-21-2008
I have a need to call a TCL script from within a perl scrip/program.
What is the best way to do this. Has anyone done this before. Can
anyone recommend a module for this.

Thanks in advance..
 
Reply With Quote
 
 
 
 
J. Gleixner
Guest
Posts: n/a
 
      02-21-2008
wrote:
> I have a need to call a TCL script from within a perl scrip/program.
> What is the best way to do this. Has anyone done this before. Can
> anyone recommend a module for this.


No. No one has ever even thought of calling another script/program
from within a perl program, you're the first.

You do it the same way you'd execute any other non-perl program.

perldoc -f system
perldoc -q "Why can't I get the output of a command with system"
 
Reply With Quote
 
 
 
 
Jürgen Exner
Guest
Posts: n/a
 
      02-21-2008
wrote:
>I have a need to call a TCL script from within a perl scrip/program.
>What is the best way to do this. Has anyone done this before. Can
>anyone recommend a module for this.


perldoc -f system
perldoc -f qx
perldoc -f open (and check for mode | or |- or -|)
....

jue
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Trouble running Perl script from within a Perl script laredotornado@zipmail.com Perl Misc 4 07-29-2011 01:44 PM
How to build a loadable tcl dll with visual studio (microsoft C compiler)?[crosspost in comp.lang.tcl and comp.lang.c++] Michael Reichenbach C++ 5 02-08-2010 02:38 PM
Inline::Tcl vs. Inline::Tcl Mumia W. Perl Misc 0 08-23-2006 04:09 PM
How to make Perl Script "POST" call from another Perl Script??? Wet Basement Perl 1 07-15-2003 10:25 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57