http://www.perlmonks.org?node_id=604476


in reply to Re^3: [OT] Best Use of Subversion Branches in Perl Development
in thread [OT] Best Use of Subversion Branches in Perl Development

Because no tool in existence understands this crazy system, and it doesn't add anything to the existing conventions used by svk and svnmerge?

$h=$ENV{HOME};my@q=split/\n\n/,`cat $h/.quotes`;$s="$h/." ."signature";$t=`cat $s`;print$t,"\n",$q[rand($#q)],"\n";