Skip to content

Instantly share code, notes, and snippets.

@mrkurt
Created January 24, 2009 00:48
Show Gist options
  • Save mrkurt/51292 to your computer and use it in GitHub Desktop.
Save mrkurt/51292 to your computer and use it in GitHub Desktop.
sub cb_build_file{
my ($eh, %args) = @_;
my $html = ${$args{Content}};
my $blog = $args{Blog};
${$args{Content}} = replace_links($html, $blog);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment