Hope I helpedopen FILE2, "user/$name2" or die "Error: $!\n"; my %data2 = (); while ( my $line2 = <FILE> ) { chomp $line2; my ($key, $value) = split(/\s*:\s*/, $line2); $data2{$key} = $value; } close FILE2;
In reply to Re: 500 server error with no explenation
by Cobo
in thread 500 server error with no explenation
by JBowes
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |