hi,
i tried by removing the line but it is still giving the same problem
what should i do
Thanks
Avi...
User Profile
Collapse
-
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]... -
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,... -
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.... -
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
No activity results to display
Show More
Leave a comment: