No, it's not hard. vec and ord are simply used for translating ASCII characters to their corresponding characters, well, let's say, numbers.
Say like %20 represents a space. Anyway, check out:

perldoc -f vec
perldoc -f ord

It's really simple :)

--------------
Bob Erinkveld (Webmaster Insane Hosts)
www.insane-hosts.net
MSN: [EMAIL PROTECTED]




From: "Kipp, James" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: RE: PERL string manipulation
Date: Fri, 20 Dec 2002 08:29:14 -0500

> vec( $output, length $output, 8 ) = ord "E";


is it just me or do others on this list have a tough time understanding the
vec() function?



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

_________________________________________________________________
Ontvang je Hotmail & Messenger berichten op je mobiele telefoon met Hotmail SMS http://www.msn.nl/jumppage/


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to