The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Nopaste::Service::Pastedance - paste to any Pastedance instance

SYNOPSIS

 cat << "EOS" > ~/bin/pd
 #!/usr/bin/env perl
 
 export PASTEDANCE_URL= # if unset it defaults to http://pb.rbfh.de/
 exec nopaste -s Pastedance "$@"
 EOS