Help for this page

Select Code to Download


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