Thread Letzte Seite wieder aufrufen (4 answers)
Opened by Nexo at 2012-04-17 13:21

GwenDragon
 2012-04-18 13:26
#157587 #157587
User since
2005-01-17
14540 Artikel
Admin1
[Homepage]
user image
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)
die Drachin, Gwendolyn


Unterschiedliche Perl-Versionen auf Windows (fast wie perlbrew) • Meine Perl-Artikel

View full thread Letzte Seite wieder aufrufen