in reply to
DONE: System() or the like
in thread
System() or the like
Thank you soooooo much this help a ton! $run="dir.".$thisport; open(PIPE,"$run |") || die "Failed to get type, stopped."; while(<PIPE>) { $type=$_; print($type); } close(PIPE);
Comment on
DONE: System() or the like Thanks!
In Section
Seekers of Perl Wisdom