in reply to Re: Finding unique vals from a inout file
in thread Finding unique vals from a inout file
shows#!/usr/bin/perl -w @Deploy = <>; print scalar(@Deploy);
> ./t7.pl < t7.pl 4
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Finding unique vals from a inout file
by starbolin (Hermit) on Jun 30, 2008 at 22:28 UTC |