Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Re: Re: Pipe Question

by sutch (Curate)
on Apr 26, 2001 at 00:39 UTC ( [id://75612]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Pipe Question
in thread Pipe Question

You're correct about the placement of the pipe (and not getting a count without its correct placement).

But on my system this works:

open (P, "./from.pl |");

and this does not work:

open (P, "from.pl |");

From the shell I must always specify a script's path, unless the path is defined in PATH.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-23 22:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found