Where does one issue those commands, at a *nix command line, or as an argument to the perl interpreter, or what?
Sean Chittenden wrote:
>>How do I connect to a postgres sever across a network using DBI?
>>I can not find an example of it anywhere in any docs.
>>Thanks.
>>Also what do I type after man to get the Pg dbi man file?
>
>
> perldoc DBI
> perldoc DBD::Pg
>
> -sc
>