Help for this page

Select Code to Download


  1. or download this
    subtype 'FilePath'
        => as 'Str'
    ...
       isa     => 'FilePath',
       default => '/var/log/walrus.log',
    );
    
  2. or download this
    subtype 'FilePath'
        => as 'Str'
    ...
       isa     => 'FilePath',
       default => '/var/log/walrus.log',
    );
    
  3. or download this
    subtype 'FilePath'
        => as 'Str'
    ...
       default => '/var/log/walrus.log',
       coerce  => 1,
    );