in reply to Re: Searching for a string
in thread Searching for a string

For the benefit of any Perl newbs who might blindly run this code the unlink attempts to delete the file passed as the first command line entry.

Perl is the programming world's equivalent of English

Replies are listed 'Best First'.
Re^3: Searching for a string
by karlgoethebier (Abbot) on Feb 07, 2015 at 19:04 UTC
    "...attempts to delete the file passed as the first command line entry."

    Fortunately it doesn't. This crap doesn't even compile because the guy missed a semicolon:

    Best regards, Karl

    «The Crux of the Biscuit is the Apostrophe»

      Duh, was being nice :)