Tag Archives: perl command line arguments

Perl – Writing the Linux ‘cat’ Utility

The below Perl code will give you similar results compared to the Linux ‘cat’ utility. At the command prompt, just enter “perl [scriptname] [filename1] [filename2] etc …

Posted in Perl, Programming Languages, Technology | Tagged , , , , , , | Leave a comment