Hi,
Suspiciously, perl does not save file's permission when coping it.
In order to implement the copy , I use : use File::Copy; and File::Copy::Rec ursive.
The BIG problem is that the file permissions wont be saved after coping it to another place.
I found a clumsy way to keep the permission in copy();
but I dont have any idea how to achive it in discopy() as well.
Tnx...
User Profile
Collapse
-
Copy file/dir DOESN'T save permissions
-
Archive::Tar - Packing a directory
Hi .
Is there any way to add directory to a tar file.
Nowadays , it is only possible to : $tar->add_files("fil ename");
I would like to add directory as well.
Does anyone have any workaround or another idea how to achieve it ? -
Perl/TK , Text widget
Hi .
Is there a way to highlight words in a text widget ??
I want to be able to highlight (yellow color) the words (set , get , insert) if they appear in the text...
Thanks in advanced
Ofzer -
perl/tk . deactivate windows
Hi ..
I wrote a windows application in perl/tk.
I would like to deactivate parent windows when I open new one.
for example :
lets say I am in the main window now and I press on the "configurat ion" button.
after I press the configuration button , a new window started ,.
I would like to deactivate the main window (so I cannot even press it) and reactivate it when I shut down the configuration... -
MainWindow's location on screen
Hi.
My perl/tk application contains 3 MainWindows.
Each window contains links to the other 2.
Everytime when I move from window to window , the location of the new window is change.
To be more clear , is there any way which I can control the location of the perl/tk application(on the screen). or is there any way that all windows will be opened in the same cordinates on the screen ?
Thank you very much... -
Installation package
Hi.
I lastly finished writing a perl application.
The application uses several modules like tk etc ...
Im now willing to send this application abroad.
The users which going to use this perl application have already installed perl on their computer.
However , the other moduls are not installed on users computers.
I would like to built this installation script which will install the modules...
No activity results to display
Show More