Hi there!
The docker cheat sheet has moved to a Github project under https://github.com/wsargent/docker-cheat-sheet.
Please click on the link above to go to the cheat sheet.
Hi there!
The docker cheat sheet has moved to a Github project under https://github.com/wsargent/docker-cheat-sheet.
Please click on the link above to go to the cheat sheet.
| #!/opt/perl | |
| use Mojolicious::Lite; | |
| use JSON; | |
| get '/' => sub { | |
| my $self = shift; | |
| $self->render("index"); | |
| }; |
| /* | |
| * Added additional null checks when closing the ResultSet and Statements. | |
| * | |
| * Thanks to pihug12 and Grzegorz Oledzki at stackoverflow.com | |
| * http://stackoverflow.com/questions/5332149/jdbc-scriptrunner-java-lang-nullpointerexception?tab=active#tab-top | |
| */ | |
| /* | |
| * Modified: Use logWriter in print(Object), JavaDoc comments, correct Typo. | |
| */ | |
| /* |