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

C

cyrusgreats

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..
 
J

J. Gleixner

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"
 
J

Jürgen Exner

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top