Help for this page

Select Code to Download


  1. or download this
    use YAML::XS qw(LoadFile);
    use Data::Dump qw(pp);
    ...
    arguments:
      -
        value: test
    
  2. or download this
    {
      arguments => [{ value => "test" }],
    ...
      ],
      path => "/export/home/frank",
    }