in reply to error in perl with mysql
Hope this help you find your problem.#!/usr/bin/perl use strict; print "Content-type: text/plain\n\n"; print join "\n", @INC,"\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: error in perl with mysql
by kalaisuresh (Initiate) on Nov 28, 2006 at 04:11 UTC |