- 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
- or download this
:DESPATCH
...
return undef;
}
- or download this
/edit?name=(\w+);city=(\w+);... {
print "Edit '$name' in '$city'";
...
/edit?name=(\w+);job=(.*);... {
print "Edit '$name' who does '$job'";
};