i know it's not what you asked for, but i'm guessing that you could 
examine the url query string by using $r->args() or similar. that way 
you would know whether a particular item in %ARGS was passed on the url 
or from the form.

Jeremy Morton wrote:
> Hi,
> 
> It looks like HTML::Mason currently doesn't have this feature, which is sad.
> I'd like to be able to distinguish between GET and POST params.  Currently
> there is an %ARGS hash which simply merges the two.  I'd like to see
> something like %ARGSGET and %ARGSPOST global variables.  Shouldn't be too
> difficult to implement, should it?
> 
> 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to