#!/usr/bin/perl -w @Deploy = <>; print scalar(@Deploy); #### > ./t7.pl < t7.pl 4