16 Aug
2001
16 Aug
'01
7:04 p.m.
jkinsley writes:
Assuming I have:
/folder/script
What do I need to implement within script so that I can call
http://www.mysite.com/folder/script/opt/subopt
then be able to use opt and subopt within script. I would like opt/subopt to be split at the '/' and available as a tuple or a list. I assume, it is a Python Script:
You bind "traversal_subpath" and then look into that variable.... Dieter