>> "Clement" == Clement Vasseur
<nitro(a)epita.fr> writes:
+if (defined $css) {
+ system("/bin/cp \"$css\" \"$report_dir/style.css\"")
+ and die "$0: unable to cp `$css' to `$report_dir/style.css'";
+} else {
+ &print_css;
+}
+
You should have a look at File::Copy.