Nicholas Janzen wrote:

Quoting, please:
http://www.webfoot.com/advice/email.context.html?Email . I'd call up
the QuotingCruisader but the joke is getting old.

> what i ment by this is how do i call the page like
> 
> /file?_____ <- what goes there? what is argv[0].

If the page is active, anything behind it will be put in $argv. So if
/file is active, and you visit /file/to/this/particular/page, you will
have $argv = ('to', 'this', 'particular', 'page')

You're right, it's not sufficiently explained in the manual. I'm
working on it.

Emile


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to