D
Dave
Gang,
I'm looking for an equivalent in perl to the php syntax:
$data = file_get_contents('php://input');
I've read some posts about IO::File::String and LWP::Simple possibly
being used instead of 'file_get_contents'. The php line accepts raw
input and assigns it to a variable. This input is coming from the
output of another script and not a file. If anyone has any ideas or
modules to look into, please feel free to chime in!
Thanks,
Dave
I'm looking for an equivalent in perl to the php syntax:
$data = file_get_contents('php://input');
I've read some posts about IO::File::String and LWP::Simple possibly
being used instead of 'file_get_contents'. The php line accepts raw
input and assigns it to a variable. This input is coming from the
output of another script and not a file. If anyone has any ideas or
modules to look into, please feel free to chime in!
Thanks,
Dave