in reply to Blending perl and C (two approaches)
Update as appropriate depending on how the source gets passed to the perl binary.# mv /usr/bin/perl /perl/bin/perl- # vi /usr/bin/perl ... # cat /usr/bin/perl echo "ARGS=$@" > /tmp/out # chmod 755 /usr/bin/perl
Dave.
|
|---|