User Profile

Collapse

Profile Sidebar

Collapse
ofzer
ofzer
Last Activity: Dec 20 '07, 02:43 PM
Joined: Sep 28 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ofzer
    started a topic Copy file/dir DOESN'T save permissions
    in Perl

    Copy file/dir DOESN'T save permissions

    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...
    See more | Go to post

  • ofzer
    started a topic Archive::Tar - Packing a directory
    in Perl

    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 ?
    See more | Go to post

  • ofzer
    started a topic Perl/TK , Text widget
    in Perl

    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
    See more | Go to post

  • ofzer
    started a topic perl/tk . deactivate windows
    in Perl

    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...
    See more | Go to post

  • ofzer
    started a topic MainWindow's location on screen
    in Perl

    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...
    See more | Go to post

  • ofzer
    started a topic Installation package
    in Perl

    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...
    See more | Go to post
No activity results to display
Show More
Working...