Help for this page

Select Code to Download


  1. or download this
    my ($rvars) = shift;
    my %vars = %$rvars;
    
  2. or download this
    my ($rvars) = shift;
    ...
    my $path1 = $vars->{"to_images"};
    my $path2 = $vars->{"to_magick"};
    ...