Publish
file: potd.p6 13: my $home = File::HomeDir.new.my_home.IO; 14: my $blio = $home.child( 'privat/domm.plix.at' ); 15: my $target_img = $blio.child( 'src/potd/' ~ $date ~ '.jpg' ); 16: my $target_txt = $blio.child( 'src/potd/' ~ $date ~ '.txt' ); 17: my $archive = $home.child( 'media/fotos/2015/potd/' ~ $date ~ '.jpg' );
define some other directory and file objects