Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Reading progress of "copy" executed asynchronously

by bliako (Monsignor)
on Aug 08, 2018 at 14:23 UTC ( [id://1220109]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    print "done.\n";
    close(EXE);
    
  2. or download this
    #!/bin/bash
    
    ...
    echo "$0 : copy-process is finished"
    kill ${wPID2}
    echo "$0 : filestat-process killed"
    

Log In?
Username:
Password:

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

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

    No recent polls found