- or download this
# this is bad...
#
...
}
do_something(1.2);
- or download this
use v5.14;
use warnings;
...
DBI->connect("dbi:SQLite:dbname=myapp.sqlite"),
'/tmp/output.txt',
);
- or download this
use v5.14;
use warnings;
...
output_file => '/tmp/output.txt',
);
$app->do_something;