Help for this page

Select Code to Download


  1. or download this
    [
      'key.svg',
    ...
      'Horror.svg',
      'Alices_Hazzard.svg'
    ];
    
  2. or download this
    [
      'key',
    ...
      'Horror',
      'Alices Hazzard'
    ];
    
  3. or download this
    my $magic = crossover_magic();                   # no big svgs here, s
    +o no $opt{big}
    
    ...
    my $magic = crossover_magic( big => ['Departing from Westphall']);
    # I prefer
    my $magic = crossover_magic( big => ['Westphall']);
    
  4. or download this
    sub textify {
      my ($text, $opt) = @_;
    ...
    # I could not remember what the previous line was doing.
      return $text;
    }