- or download this
use strict;
use ordnance;
...
my $T= new ordnance();
$T->flip_jeep(); sleep 2;
$T->firecracker();
- or download this
package ordnance;
use stock_footage;
...
}
1;
- or download this
package stock_footage;
...
{
print "And the guards are momentarily distracted!\n";
}