Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
      print "$var\n\n";                                  #this line shows 
    +what the $var variable is passing to glob in line 17
    
  2. or download this
    say for glob '{' . join('}-{' => map { join ',' => split } <DATA>) . '
    +}';