Help for this page
use strict; use warnings; die 'I need an argument' unless ($ARGV[0]); ... print 'size of file:'.length($file_contents)."\n"; return $file_contents; } #do_something else
perl argin.pl argin.pl Name of file:argin.pl size of file:684