Help for this page
my $schema_username = ( split /=/, $line )[1];
my ($schema_username) = $line =~ /=(.*)/s;