Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: How to connect to remote machine

by TOD (Friar)
on Jan 22, 2008 at 13:34 UTC ( [id://663571]=note: print w/replies, xml ) Need Help??


in reply to How to connect to remote machine

check the database user's permissions/ grants.
--------------------------------
masses are the opiate for religion.

Replies are listed 'Best First'.
Re^2: How to connect to remote machine
by pc88mxer (Vicar) on Jan 23, 2008 at 09:35 UTC
    You're getting the uninitialized value error because $2 is not escaped. Try this:

    my $command = `cat /proc/meminfo |grep -w MemTotal |awk '{print \$2} + +'`;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-25 16:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found