my $output = undef; $output = qx(getfilesdata file.txt); # which is same as using back ticks $output = `getfilesdata file.txt`;
In reply to Re: Question using system.
by harishnuti
in thread Question using system.
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |