Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Tool for editing / viewing a TODO file.

by idle (Friar)
on Jan 26, 2006 at 13:53 UTC ( [id://525714]=note: print w/replies, xml ) Need Help??


in reply to Re: Tool for editing / viewing a TODO file.
in thread Tool for editing / viewing a TODO file.

Nice thingy, I would place it in my ~/.login script. The only note, its doesn't work with perl 5.005, because there is no open mode '|-' and open may have only one parameter. Here is the diff.
< open FH , "<" , $fname or die("Unable to open file '$fname'. $! +\n"); > open FH , "<$fname" or die("Unable to open file '$fname'. $!\n" +); 102c101 < open PAGER , "|-" , $G{list_pager} > open PAGER , "| $G{list_pager}"

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://525714]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-03-28 14:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found