Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Need pipe and parameter help

by shmem (Chancellor)
on Nov 17, 2016 at 09:22 UTC ( [id://1176048]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    my $Pipe= "";
    ...
    
    print "This was the read from the parameters:\n";
    print "<@ARGV>\n";
    
  2. or download this
    This was read from the pipe:
    <Hi
    ...
    
    This was the read from the parameters:
    <1 2 3 4>
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    print "This was the read from the parameters:\n";
    print "<@ARGV>\n";
    }
    
  4. or download this
    waited too long, exiting. This is what I have:
    This was read from the pipe:
    ...
    
    This was the read from the parameters:
    <1 2 3 4>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (None)
    As of 2024-04-25 01:43 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found