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

Do these one-liners also not work for you?

What's the code in the module? Are you certain it isn't doing select somewhere? (Can you post it?)

What platform are you on?

Replies are listed 'Best First'.
Re^4: Make select apply to modules as well
by richz (Beadle) on Dec 05, 2004 at 20:50 UTC
    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.

      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.

      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.