see, for example I have some code like $c->log->debug(Dumper(\$c->req->uri));
in index sub, then I visit it as http://localhost:3000/#test what I can see in the debug console is $VAR1 = \bless( do{\(my $o = 'http://localhost:3000/')}, 'URI::http' ); so, is it possible to get 'test' in the URL? (it's mainly for some ajax using, jQuery address changes the things after # and we want to show page depends on things after # after sharing) Thanks -- Fayland Lam // http://www.fayland.org/
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
