[ABE.pm] YAML module?

Ricardo SIGNES rjbs-perl-abe at lists.manxome.org
Tue Jul 10 17:09:21 PDT 2007


* Faber Fedor <faber at linuxnj.com> [2007-07-10T18:05:58]
> > What ever suggests using two different modules?
> 
> YAML::Load and YAML::Dump mentioned in the YAML docs, of course.

Those are subroutines, not modules.

  my @data = YAML::Load($yaml_string);
  my $yaml = YAML::Dump(@data);

Those call the Load and Dump subs in the YAML package, respectively.

-- 
rjbs


More information about the ABE-pm mailing list