On 13.06.2018 15:20, René wrote:
> Bingo :-) I think i got it: [data session last_url]
There might be a more elegant way, but with this i got it to work :-)
$flycode = $Session->{last_url};
$flycode =~ s|^/(.*)|$1|;
$fly_prod_group = $Tag->data( 'products', 'prod_group', $flycode);
René