Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. #!/usr/bin/perl
  2.  
  3. use strict;
  4. use warnings;
  5. use App::Rad;
  6.  
  7. sub default {
  8.         my $c = shift;
  9.         print "test\n";
  10. }
  11.  
  12. App::Rad->run();