in reply to Re^3: Make select apply to modules as well
in thread Make select apply to modules as well

I am on Win32...I have no experience running perl code on the command line so I'm probably doing something wrong but I can't get your sample code to run.
  • Comment on Re^4: Make select apply to modules as well

Replies are listed 'Best First'.
Re^5: Make select apply to modules as well
by hostyle (Scribe) on Dec 05, 2004 at 22:10 UTC

    Usually, to get *nix one-liners to work on windows (depends on complexity of the one-liner) you replace the external ' with " and any internal " with '. This won't always work however.

Re^5: Make select apply to modules as well
by gaal (Parson) on Dec 05, 2004 at 20:53 UTC
    Ech, that's just Windows shell quoting ickery. Replace the strings with some unquoted numbers like 123123 or something.

    Or try putting these in files, that should work after you fix the quoting.