Help for this page

Select Code to Download


  1. or download this
    Insecure dependency in unlink while running with -T switch at /usr/lib
    +/perl5/site_perl/5.6.1/Apache/Session/Store/File.pm line 106., refere
    +r: <referring url>
    
  2. or download this
    #!/usr/bin/perl -T
    use strict;
    ...
        untie(%session);
        print $query->redirect(-uri=>"$scriptName",-cookie=>$sessionCookie
    +);
    }