Help for this page

Select Code to Download


  1. or download this
     open my $fhi, '<', 'C:\shekhar_Axestrack_Intern\WindowCreation\ListOf
    +IpAdress.txt', or die "Could not open file $!";
        while (my $line = <$fhi>) 
    ...
        }
        close $fhi;
    
  2. or download this
    open my $fhi, '<', 'C:\shekhar_Axestrack_Intern\WindowCreation\ListOfI
    +pAdress.txt', or die "Could not open file $!";
        open my $fho, '>', 'C:\shekhar_Axestrack_Intern\WindowCreation\Lis
    +tOfIpAdress.txt', or die "Could not open file $!";
    ...
        }
        close $fhi;