#!perl use strict; use warnings; use My::Standalone; print "Do something\n"; run(); # Call the run function exit;