Skip to content

Instantly share code, notes, and snippets.

@colomon
Created March 19, 2012 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colomon/2114864 to your computer and use it in GitHub Desktop.
Save colomon/2114864 to your computer and use it in GitHub Desktop.
my $brep = "";
for $*IN.lines {
when /Brep \s+ Start/ { $brep = $_; }
$brep .= $_;
}
say $brep;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment