Help for this page

Select Code to Download


  1. or download this
    use File::Path;
    use File::Copy;
    ...
                if not -d "$pparent/$path/images";
        copy ("$GraphicsDirectory/$line", "$pparent/$path/images/$line");
    }