in reply to Re: oneliner cat like capability
in thread oneliner cat like capability

Thank you for the help and suggestions. Yes... I am new to Pearl and really trying to learn the language. I also appreciate the pointer for using 'strict' and 'warnings' to get into the proper mind set of using Perl.

Replies are listed 'Best First'.
Re^3: oneliner cat like capability
by Your Mother (Archbishop) on Oct 30, 2019 at 16:47 UTC

    For all standard code strict and warnings or some non-core version of them like strictures is really necessary to sane code. For one-liners… it will help with learning but it will definitely get in the way of brevity and fun. I never use them on the command line unless vetting a weird issue and I use Perl on the command line every day.