Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Reading command output buffer

by jasonk (Parson)
on May 09, 2008 at 19:07 UTC ( [id://685745]=note: print w/replies, xml ) Need Help??


in reply to Reading command output buffer

Well, you don't seem to have anything in $db (and aren't using strict or you would have seen that). But other than that you seem to be just going about it the hard way...

my $datetime = strftime( "%F.%T", localtime ); system( join( ' ', 'mysqldump -qce --single-transaction', $db, @valid_tables, '>', "> /backups/table_dumps/$db.$datetime", ) );

www.jasonkohles.com
We're not surrounded, we're in a target-rich environment!

Log In?
Username:
Password:

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

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

    No recent polls found