Help for this page

Select Code to Download


  1. or download this
    if ($total_price < 20.00) {
        $ship_price = 3.50;
    ...
    } elsif ($total_price < 80.00) {
        $ship_price = 10.50;
    } # else free shipping?
    
  2. or download this
    ---
    print map { my ($m)=1<<hex($_)&11?' ':'';
    $m.=substr('AHJPacehklnorstu',hex($_),1) }
    split //,'2fde0abe76c36c914586c';