For a quick script I whip up to do something one time:
use strict; use warnings;
For anything more:
use strict; use warnings; use Getopt::Long qw(:config no_ignore_case); #bundling use Pod::Usage;
... and anything else needed for the script (eg: IO::Socket for networking).
In reply to Re: Common uses of "use"
by VinsWorldcom
in thread Common uses of "use"
by mjscott2702
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |