Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: The top three priorities of my open tasks are (in descending order of likelihood to be worked on) ...

by ksublondie (Friar)
on Jul 06, 2015 at 17:47 UTC ( [id://1133401]=note: print w/replies, xml ) Need Help??


in reply to The top three priorities of my open tasks are (in descending order of likelihood to be worked on) ...

1) Fire #1 which interrupted task #2

2) Fire #2 which interrupted task #3

3) What I *SHOULD* be working on

  • Comment on Re: The top three priorities of my open tasks are (in descending order of likelihood to be worked on) ...

Replies are listed 'Best First'.
Re^2: The top three priorities of my open tasks are (in descending order of likelihood to be worked on) ...
by chacham (Prior) on Jul 09, 2015 at 12:56 UTC

    What happened to task #1?

      my @originaltasks=($task1,$task2,$task3); my @newtasks=@originaltasks; while(@fires){ unshift @newtasks,$_; pop @newtasks; ($task1,$task2,$task3)=@newtasks; }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-24 13:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found