
17 Aug
2004
17 Aug
'04
11:34 a.m.
"Clement" == Clement Vasseur <nitro@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.