Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Running an external command

by icoder (Novice)
on Apr 26, 2012 at 08:19 UTC ( [id://967261]=note: print w/replies, xml ) Need Help??


in reply to Running an external command

As all suggested,Read the file and put that contents into buffer
open FILE,"< generatedFile.txt" or die "cant able to read file

or

@output = `/home/.../samtools view...` @fileout = `cat file.txt 2>&1`;

This works only in unix

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://967261]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-03-28 19:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found