Search your unanswered perl queries
Google
Showing posts with label Queries. Show all posts
Showing posts with label Queries. Show all posts

Wednesday, December 3, 2008

Redirect to /dev/null

I came across a code snippet like `$ypmatch $host hosts 2>/dev/null` used in one of the perl files I was browsing. Can anyone let me know the significance of redirecting it to /dev/null.

I will post the same when I find it out.