
frosty
New User
Jun 28, 2007, 10:38 AM
Post #1 of 7
(316 views)
|
|
working with pipes in perl
|
Can't Post
|
|
Hello! I use perl for half of year yet. And need help with pipes. I have application what render 3d graphics images and every frame it put number of frame to shell. like this 1 2 3 4 ... I want to add percent and estimation time after each frame. I try qx(). like this 1 2 3 4 5 - 10% ... Question: How I can get every string (like1,2,3,4...) from my application and how I can replace existing strings? Thank you! Alex
(This post was edited by frosty on Jun 28, 2007, 10:42 AM)
|