It is my first time to work with
installation procedures on perl, so I am
alittle confused about 2 thinks which i hope
are clear to whom is expert in perl.
In which variable is described the
structure and the files that should be copied?
Where to tell that I have 20files and 20dirs
and I want 10of them to go $userinput/blabla
10of them to $userinput2/blabla ..and so on.
Now I am doing:
script_files => [
'nt.cgi',
'skel', # dir
'skel/button.html.skel', # file in
this dir?
],
is this ok?
|