Help for this page

Select Code to Download


  1. or download this
    open my $infile, "<", "test.txt" or die "cannot open input: $!";
    my @infile1= <$infile>;
    ...
        print "$ip";}
    }
    
  2. or download this
    open my $infile, "<", "test.txt" or die "cannot open input: $!";
    
    ...
    }
    close $infile;