Monday, June 16, 2008

Issue with backticks `` PERL

Did not know that using `` backticks only the STDOUT of a
command can be stored in a variable.

A question by my friend gave me chance to explore this out...

actually it shud be:
$var = `kill -9 5555 2>&1`;

0 comments: