Help for this page

Select Code to Download


  1. or download this
    GetOptions(
       'wwwroot:s'   => (\my $wwwroot),
    ...
       'htaccess:s'  => (\my $htaccess),
       'savepath:s'  => (\my $savepath),
    );
    
  2. or download this
    $ 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.