The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789101112131415 ---action: 'http://www.perl.org/test.cgi'elements: - type: File name: hello_world constraints: - type: File::MIME types: ['text/rtf', 'text/plain'] - type: File name: 100x100_gif constraints: - type: File::MIME regex: '^ image/.* \z'
---
action:
'http://www.perl.org/test.cgi'
elements:
-
type
:
File
name:
hello_world
constraints:
MIME
types:
[
'text/rtf'
,
'text/plain'
]
100x100_gif
regex:
'^ image/.* \z'