The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Piped open not real-time - How would one handle live data?
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
Piped open not real-time - How would one handle live data?
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
08-23-2007
jjinno
Registered User
Join Date: Jul 2007
Location: Cloud 9
Posts: 70
I just changed my code to this:
Code:
my @lines = split(/\n/, `/etc/myApp`); print join("\n", @lines);
Thanks though... I just ran out of time trying to figure the other one out
jjinno
View Public Profile
Visit jjinno's homepage!
Find all posts by jjinno