J
J Krugman
Please *HELP*!!! (I'm desperate. I can't leave the office and join
my family for the holiday until I get this to work. I'll be up
all night at best...)
I need to redirect STDIN so that it reads from a string. I tried
my $string = IO::Scalar->new(\"some string");
open(STDIN, "<&$string") || die "Duping didn't work\n";
which fails. I get the same bad results if I use IO::String instead
of IO::Scalar.
What am I doing wrong????????
TIA,
jill
my family for the holiday until I get this to work. I'll be up
all night at best...)
I need to redirect STDIN so that it reads from a string. I tried
my $string = IO::Scalar->new(\"some string");
open(STDIN, "<&$string") || die "Duping didn't work\n";
which fails. I get the same bad results if I use IO::String instead
of IO::Scalar.
What am I doing wrong????????
TIA,
jill