Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^3: tar, system() & pipes?

by ikegami (Patriarch)
on Jul 17, 2007 at 20:38 UTC ( [id://627124]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $q_archive  = quotemeta($ARGV[0]);
    my $q_filename = quotemeta($filename);
    system("tar $args $q_archive > $q_filename")
    
  2. or download this
    system("tar $args \Q$ARGV[0]\E > \Q$filename\E")
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-23 19:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found