Recent content by bhas85

  1. B

    problem in checking file exists or not.plz help me

    Hi All, I had a problem in checking file exists or not.I need to check the files in list.txt and the same file is there in files directory or not.the if statment is not working.please suggest me. !/usr/bin/perl $PATH1='/home/n1013141/vijay/list.txt' $PATH2='/home/n1013141/vijay/files' open...
  2. B

    how to verify multiple files exist in perl

    Hi All, I am new to perl i had a doubt. like i had 10 file in one directory and i had text file which contains same files.The thingis i need to compare the files in the text file and in directory.If anything is missing i need to send mail. Can any please help how to compare i came to know...