Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       defined $fileName
       ? qq{-->$fileName<--\n}
       : qq{Not defined\n};
    
  2. or download this
    Matching /some/path/to/afile
    
    ...
    
    Without parentheses, scalar context
    --><--