Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

using a pipe

by drock (Beadle)
on Dec 29, 2005 at 20:18 UTC ( [id://519861]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    cat file |gpg --option newfile oldfile
    
  2. or download this
    open (PASS, "+<$pass") or warn "was unable to open FH $!";
        for (;<PASS>;) {
            $gpgpass = $_;
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (9)
As of 2024-04-23 21:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found