Hi,
I am just new to perl.I I have a big perl file.I am trying to find the error.This is just the few lines if file.
#! /usr/bin/perl -w
use strict;
use warnings;
use Apache::Constants qw| REDIRECT OK |;
use Carp;
use Data::Dumper;
use DBI;
use TCO;
use TCO::Init;
### DM-MOD-INLINE -...