Help for this page

Select Code to Download


  1. or download this
        panic: corrupt saved stack index
             (P) The savestack was requested to restore more
             localized values than there are in the savestack.
    
  2. or download this
    #!/usr/SD/perl/bin/perl
    
    ...
    
    $sth->finish;
    $dbh->disconnect;
    
  3. or download this
    sub is_router {
    
    ...
          if ( $result =~ /winnt/i ) { return 1; };
    
       }