[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Problems with PERL 5.10 and system pipe



Hi all!

There was a server with Debian Etch 32 bit, PERL version - 5.8.8, and a script on perl, which opened a system pipe like this:
open (PH,"/dev/squid");
The pipe is creating like this : mkfifo /dev/squid

After all, a new server was installed, with Debian Lenny 64 bit, Perl version - 5.10.0, and now perl doesn't open the pipe. I.e. after that stroke it doesn't go further, just freezing.
Permissions and paths are ok.

May be smb know what the problem? Or it's a bug in a perl package?


Reply to: