Help for this page

Select Code to Download


  1. or download this
    my %opt;
    my @vals = qw(title artist album);
    my @opts = map { "$_=s" => \$opt{$_} } @vals;
    
  2. or download this
    Not enough arguments for map at test.pl line 3, near "} @vals"
    syntax error at test.pl line 3, near "} @vals"
    Execution of test.pl aborted due to compilation errors.
    
  3. or download this
    Not enough arguments for map at test.pl line 1, near "} qw(1 2 3)"
    syntax error at test.pl line 1, near "} qw(1 2 3)"
    Execution of test.pl aborted due to compilation errors.