Thread Letzte Seite wieder aufrufen
(4 answers)
Opened by Nexo at 2012-04-17 13:21
Schnippsel:
Code (perl): (dl
)
1 2 3 4 5 6 7 8 9 10 my $cgi = CGI->new; my $this_url = $cgi->self_url; my $cookie = $cgi->cookie( -name => 'lasturl', -value => $this_url, -expires => '+1M' ); print $cgi->header(-cookie => $cookie); Last edited: 2012-04-18 13:28:10 +0200 (CEST) |