NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
cool... (Score:2)
And your added hack is also nifty.
I guess this beats stuffing various todo.txts in various repos.
Reply to This
Re: (Score:2)
Re: (Score:2)
#!/bin/sh
todo.pl --tag action download ; vim tasks.txt ; todo.pl upload tasks.txt
exec $0
Re: (Score:2)
The first time I run it it died because some dependencies weren't installed - if it was a proper CPAN dist, CPAN(PLUS).pm would have resolved them.
Re: (Score:1)