Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        return if ! exists $item->{conversions};
        return %{$item->{conversions}};
    }
    
  2. or download this
    some item: a source, eh
    another item: another source, eh
    ...
    conversion 3 => value 3
    conversion 4 => value 4
    conversion 5 => value 5