Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    use warnings;
    ...
    use vars qw($dbh %form %session %site_config %config %mycode_pegs);
    
    use mycode_payment_maxmind;
    
  2. or download this
    #!/usr/bin/perl --
    use warnings;
    ...
    
    use strict;
    use vars qw($dbh %form %session %site_config %config);
    
  3. or download this
    #!/usr/bin/perl --
    use warnings;
    ...
    use mycode_create_orders;
    
    use vars qw(%mycode_pegs);
    
  4. or download this
    use mycode_config qw(%config);
    use mycode_pegs qw(%mycode_pegs);
    ...
    use mycode_wish();
    use mycode_actions_payment();
    use mycode_payment_maxmind();