Skip to content

Instantly share code, notes, and snippets.

@berekuk
Created February 28, 2012 13:50
Show Gist options
  • Select an option

  • Save berekuk/1932673 to your computer and use it in GitHub Desktop.

Select an option

Save berekuk/1932673 to your computer and use it in GitHub Desktop.
package Stream::Out;
# doesn't return anything
sub write_chunk {
}
package Stream::Filter;
# returns rewritten chunk
sub write_chunk {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment