regular expression help

2012-09-19 Thread Irfan Sayed
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

2012-09-19 Thread Bill Stephenson
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