Help for this page

Select Code to Download


  1. or download this
    /edit?items=[(\w+)];location=(\w+);flags={(\d+)};... 
      { 
    ...
    #        };
    #      so that programmers can use keys values as they are comfy?
    #  optional args (ie the ...) are available in $arg
    
  2. or download this
    :DESPATCH
    
    ...
        return undef;
      }
    
  3. or download this
    /edit?name=(\w+);city=(\w+);... { 
        print "Edit '$name' in '$city'"; 
    ...
    /edit?name=(\w+);job=(.*);... { 
        print "Edit '$name' who does '$job'"; 
      };