| http://www.w3.org/ns/prov#value | - DESCRIPTION This extremely short and simple module provides one exported function, mkarray( ...items... ), which makes an arrayref (containing those items) belonging to a class that does nothing other than specifying to Perl that when you want the string value of that arrayref, instead of giving something like ARRAY(0x171568f), it returns a happy string consisting of join(', ', @$arrayref).
|