Guest User

Untitled

a guest
Jul 22nd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. my $properties = new Config::Properties();
  2. my $bp_content_handle = $c->model('SVN::ConSol')->cat( $path . '/build.properties' );
  3. my $bp_content = "$bp_content_handle";
  4. open(my $props_fh, "<", \$bp_content);
  5. $properties->load($props_fh);
  6. close $props_fh;
  7. my %bp = %{ $properties->getProperties };
Add Comment
Please, Sign In to add comment