Help for this page

Select Code to Download


  1. or download this
    $cook = $ENV{'HTTP_COOKIE'};
    @cookies = split /;/, $cook;
    ...
        print "Welcome back:" . $new;
    }
    print "</PRE>\n";
    
  2. or download this
    $new =~ s/^user=(.*)/$1)/;