P
Perl Junkie
Searched high and low on this and have found absolutely nothing. It's
so bizarre. I've never actually heard of this happening anyway.
(It's Windows, so there's half of the problem there, IMO...)
Running ActiveState Perl v5.10 on Windows XP. All of a sudden, for
seemingly no reason at all (of course none that I know about), I can't
shell out of Perl. For instance:
C:\> perl -e "$dir = `dir`; print $dir;"
Prints nothing. The `dir` doesn't happen. I've tried using qx{} as
well. I have Cygwin running on my machine and it works fine using
Cygwin Perl v5.10. But not under ActiveState. I checked with our
security group and as far as they know, no restrictions are being made
on system() or shell calls on software on our systems. I tried
installing/upgrading to AS Perl v5.12 -- the latest -- but still can't
seem to shell.
Anyone else run into this? It's so bizarre, I can't even conceive of
what would be blocking this.
-pj
so bizarre. I've never actually heard of this happening anyway.
(It's Windows, so there's half of the problem there, IMO...)
Running ActiveState Perl v5.10 on Windows XP. All of a sudden, for
seemingly no reason at all (of course none that I know about), I can't
shell out of Perl. For instance:
C:\> perl -e "$dir = `dir`; print $dir;"
Prints nothing. The `dir` doesn't happen. I've tried using qx{} as
well. I have Cygwin running on my machine and it works fine using
Cygwin Perl v5.10. But not under ActiveState. I checked with our
security group and as far as they know, no restrictions are being made
on system() or shell calls on software on our systems. I tried
installing/upgrading to AS Perl v5.12 -- the latest -- but still can't
seem to shell.
Anyone else run into this? It's so bizarre, I can't even conceive of
what would be blocking this.
-pj