regular expression help
i have string 'c:\p4\car\abc\xyz.csproj' i just need to match the xyz.csproj i tried few option but does not help. can someone please suggest regards irfan
authentication & maintaining state
I want my scripts to maintain state when a user's session expires. When that happens I send them to a login page and here's what I am working on in the module that does the authentication: my @names = $cgi->param(); my $hiddens; foreach my $name(@names) {$hidden