Skip to content

Instantly share code, notes, and snippets.

@nataliepo
Created June 24, 2010 15:49
Show Gist options
  • Save nataliepo/451604 to your computer and use it in GitHub Desktop.
Save nataliepo/451604 to your computer and use it in GitHub Desktop.
my $post = "";
eval{
$post = $tp->assets->get($id);
};
if ($@){
next;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment