On 06/05/2007 08:38 AM, Xu, Lizhe wrote:
[...] I am confused about what the splice command does with the shift command = and what the result of the command. Thanks.
Hello Lizhe. When you want information about a Perl function, you can get it using the "perldoc" utility, like so:
Start->Run->"perldoc -f splice" Start->Run->"perldoc -f shift" To get an overview of the information available through perldoc, do this: Start->Run->"perldoc perl" I hope this helps you in the future. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/