Help for this page

Select Code to Download


  1. or download this
    open my $fh, "<", "/root/Desktop/file1.txt";
    my %verzeichnis;
    ...
        $verzeichnis{lc $name} = $telefonnummer;
    }
    close $fh;
    
  2. or download this
    open my $fh2, "<", "/root/Desktop/file2.txt";
    open my $new, ">", "/root/Desktop/file2.new";
    ...
    }
    close $fh2;
    close $new;