Mega Code Archive

 
Categories / Perl / Language Basics
 

Using the diamond operator with @ARGV

#!usr/bin/perl use strict; use warnings; print while ( <> );