nput from STDIN if (-p STDIN || -f STDIN) { $csaf_parser_options->{content} = do { local $/; <STDIN> }; } if (defined $options{file}) { $csaf_parser_options->{file} = $opt