Help for this page

Select Code to Download


  1. or download this
    
    package raman;
    ...
    # this line saves all the available/accessible CGI params
    $x= $session->save_param($cgi);
    1;
    
  2. or download this
    #!c:\Perl\bin\perl.exe -w
    
    ...
    # this line saves all the available/accessible CGI params
    my $x= $session->save_param($cgi);