Help for this page

Select Code to Download


  1. or download this
    perl script_name.pl -dir "/home/test/input_dir" -file input_file_1 inp
    +ut_file_2 input_file_3
    
  2. or download this
    foeach my $file_names ( @file_names_passed ) {
       open ( FH , "$dir_path/$file_name) or die "$!";
       # managed to do some operation on the file.
       close(FH);
    }