- or download this
my $students="students.txt";
- or download this
#!/usr/bin/perl
...
my ($firstname, $lastname, $password) = split (/\*/, $_);
$hash{"$firstname $lastname"} = $password;
}#while
- or download this
#!/usr/bin/perl
...
my ($firstname, $lastname, $password) = split (/\|/, $_);
$hash{"$firstname $lastname"} = $password;
}#while