Skip to content

Instantly share code, notes, and snippets.

@makamaka
Created November 16, 2010 11:08
Show Gist options
  • Save makamaka/701704 to your computer and use it in GitHub Desktop.
Save makamaka/701704 to your computer and use it in GitHub Desktop.
my @paths = @{$tx->{path}};
local $tx->{path};
local $tx->{template} = $tmpl{$foo} ||= {};
push @{$tx->{path}}, $path{$foo}, @paths;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment