Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use CGI ':standard';
    ...
            submit( -value => 'Send Order' ), 
            end_form, hr;
    }
    
  2. or download this
    $ perl  compute_price.pl -type sugar -unit 3
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;              
    ...
         exit;
    }