User Profile

Collapse

Profile Sidebar

Collapse
avik1612
avik1612
Last Activity: Mar 24 '08, 10:34 AM
Joined: Sep 7 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • avik1612
    replied to problem in extracting the zip files
    in Perl
    hi,

    i tried by removing the line but it is still giving the same problem


    what should i do

    Thanks
    Avi...
    See more | Go to post

    Leave a comment:


  • avik1612
    started a topic problem in extracting the zip files
    in Perl

    problem in extracting the zip files

    hi,

    I have created a script in perl to extract n number of zip files to a particular destination after creating the folder of the zip file.

    It is extracting . But when the zip file has subdirectories or folders inside it it ignores that and eztracts the whole contents without making folders

    what shout it do I am using activeperl in Windows XP

    i have pasted the code

    [code=perl]...
    See more | Go to post
    Last edited by numberwhun; Sep 28 '07, 09:38 AM. Reason: add code tags

  • avik1612
    started a topic problem in finding files
    in Perl

    problem in finding files

    Hi,

    I have created a program to find text files in a particular directory or folder.
    and to find a particular word in that files

    i finding it difficult to put the list in an array and finding the words

    I have pasted the code below

    [code=perl]
    #to Search word in a text file

    use IO::File;
    use File::Find;
    use warnings;

    find(\&search,...
    See more | Go to post
    Last edited by numberwhun; Sep 11 '07, 09:28 AM. Reason: add code tags

  • avik1612
    started a topic Problem in Unzipping the zip files
    in Java

    Problem in Unzipping the zip files

    Hi,

    I have created a program to unzip the file. It is unzipping the zip files when put in directory i.e folder inside folder but when i create a zip file without putting in a folder and try to unzip it. It unzips it but put the zipped file outside the folder created in the name of the zip file. I want it to be inside it.

    Also when i do beyond compare of the two files i.e the zipped file and original file its shows difference....
    See more | Go to post

  • Finding a particular word in a all text file in a directory

    Hi all,

    I am trying to write a perl script to find a particular word in all text files in a particular directory and if that particular word is found in that textfile a mail shouldbe send that that word is found in that file

    how to do it

    Thanks in advance
    avi
    See more | Go to post
No activity results to display
Show More
Working...