Help for this page
#!/usr/bin/perl -w use strict; ... my $conf_file = @_; open (CONF, "$conf_file") or die "[ $conf_file ]: $!\n"; }