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

Re^5: useless use of sort???

by Anonymous Monk
on Mar 23, 2005 at 09:57 UTC ( [id://441726]=note: print w/replies, xml ) Need Help??


in reply to Re^4: useless use of sort???
in thread useless use of sort???

  1. Why are you separating statements with commas instead of semi-colons?
  2. Are you sure you want to remove 'id' and 'wa' once before the first print, and a second time for the second print?
  3. Why are you pushing $, on the array?
  4. Are you sure you want to print even numbers to '/var/adm/sa/cpu.out'?
  5. What's with the local $,, and then putting it in a list you're printing to a file?
  6. What's the purpose of @ar2?
  7. What happened when you tried?
  8. What does the manual page say about sort, and where the unsorted list is?
  9. Do you know any other function where the argument is on the LHS of the assignment, and where the result is put into its last argument?
  10. Why are you using bareword filehandles instead of lexical variables?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-03-29 06:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found