Using Perl Builtin FILEHANDLEs



Using Perl Builtin FILEHANDLEs

Using Perl Builtin FILEHANDLEs

Using Perl we are likely to come across our first FILEHANDLE when we use print. This defaults to STDOUT but we can also use STDERR using the default FILEHANDLES opened by Perl. We show you how to use them in Perl and how to aggregate output in BASH using redirection.

Additionally you can find my video courses on Pluralsight: http://pluralsight.com/training/Authors/Details/andrew-mallett and take time to see my own site http://www.theurbanpenguin.com

Comments are closed.