#!/usr/bin/perl use strict; my $node = qx( nslookup www.perlmonks.org | awk -F Name: '{ print \$2 }' ); print $node;
In reply to Re: Assigning output of unix command to a variable
by bichonfrise74
in thread Assigning output of unix command to a variable
by ksermas
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |