Help for this page
GetOptions( 'wwwroot:s' => (\my $wwwroot), ... 'htaccess:s' => (\my $htaccess), 'savepath:s' => (\my $savepath), );
$ perl -Mwarnings -Mstrict -e' my $x, $y;' Parentheses missing around "my" list at -e line 1. Global symbol "$y" requires explicit package name at -e line 1. Execution of -e aborted due to compilation errors.