#!/usr/bin/perl -w use strict; use vars '$dbh'; # In Perl >= 5.6.0: # our $dbh; BEGIN { $dbh = DBI->connect($DNS, "login", "password"); }
--
John.
In reply to Re: use strict ans begin
by jmcnamara
in thread use strict and begin
by tsvik_t
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |