mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
'use warnings' instead of 'perl -w'
This commit is contained in:
parent
62f8a29500
commit
a1fd8b11f2
@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/perl -w
|
#!/usr/bin/perl
|
||||||
use strict;
|
use strict;
|
||||||
|
use warnings;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
use Time::HiRes qw( usleep );
|
use Time::HiRes qw( usleep );
|
||||||
use IO::Handle;
|
use IO::Handle;
|
||||||
|
Loading…
Reference in New Issue
Block a user