Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    for $file (@files) {
    }
    
  2. or download this
    open(my $spell_csv, '>>', get_data_file('Role_playing','Spell_list.csv
    +'));
    print $spell_csv "$spell_name|$school|$level|$range|$duration|$area_of
    +_effect|$components|$casting_time|$saving_throw|$note";
    push @spell_list, $spell_name;
    
  3. or download this
    open(my $spell_description, '>', get_data_file('Role_playing/Spell_des
    +criptions',"$spell_name.txt"));
    print $spell_description $description;
    
  4. or download this
    my $html_file = basename($0);
    my $pl_file   = $html_file;
    ...
    .join(',',@spell_list).
    
    q{);};