Skip to content

Instantly share code, notes, and snippets.

@s4553711
Created January 17, 2013 05:20
Show Gist options
  • Save s4553711/4553862 to your computer and use it in GitHub Desktop.
Save s4553711/4553862 to your computer and use it in GitHub Desktop.
#!/usr/bin/perl
use Process1;
use Process2;
use base qw( TheSchwartz );
my $client = TheSchwartz->new( databases => $setting);
$client->can_do('Process1');
$client->can_do('Process2');
$client->work();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment