WebGUI 3.0.2 release
This commit is contained in:
parent
237925b365
commit
2845282544
8 changed files with 49 additions and 20 deletions
|
|
@ -36,6 +36,8 @@ sub copy {
|
|||
$newFile .= '/'.$_[0];
|
||||
$a = FileHandle->new($oldFile,"r");
|
||||
$b = FileHandle->new(">".$newFile);
|
||||
binmode($a);
|
||||
binmode($b);
|
||||
cp($a,$b);
|
||||
$a->close;
|
||||
$b->close;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue