Publish
file: potd.p6 19: my $template = template( $date ); 20: spurt $target_txt, $template, :createonly; 21: shell "vim $target_txt"; 22: 23: shell "potd_handle_image.pl $file $target_img $archive"; 24: 25: publish( $target_img, $target_txt, $date );