Help for this page

Select Code to Download


  1. or download this
    foreach ($u->{loc}) {
      if(/n/) { print "option n" }
    ...
      elsif(/w/) { print "option w" }
      ...
    }