| http://www.w3.org/ns/prov#value | - They are usually used as templates+for creating other files dynamically, so that a file likeC<lib/Foo/Bar.pm.PL> might create the file C<lib/Foo/Bar.pm>.The files are specified with the C<.PL> files as hash keys, and the@@ -602,6 +612,21 @@ files:'lib/funny.PL' => [],}+here is an example of a simple PL file.++ my $output_file = shift;+ open my $fh, >, $output_file or die can not open $output_file:
|