On Jan 7, 7:14 pm, shanmugasundara...@tessolve.com ("Shan") wrote:
> Hi All,
>
> Help me to pack the string to pointer.
>
> Ex.
>
> $d="sdfgg";
> $pack=pack("P",$d);
>
> What above code represents?
>

Have you read the pack tutorial yet:  perldoc perlpacktut

--
Charles DeRykus



--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to