Help for this page

Select Code to Download


  1. or download this
    my $l = new Apache::Session::Lock::File;
    $l->clean('./.lockDir', 20);
    
  2. or download this
    my $scriptName = $query->self_url;
    $scriptName =~ s/\?.*//;