Hello! What's the problem with my split? $line = "var = value"; ($var, $value) = split(/\s*[=]\s*/, $line); Krisztian I experienced that $var and $value contained the first letter of the var and the value. Sometimes nothing. Where is the error? Krisztian -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- Re: split problem Romek Krisztián
- Re: split problem Me
- Re: split problem Michael Kelly
- Re: split problem Narendran Kumaraguru Nathan
- Split Problem Jimstone77
- Re: Split Problem Aim
- Re: Split Problem Janek Schleicher
- Re: Split Problem Rob Dixon
- Re: Split Problem Janek Schleicher
- Re: Split Problem Rob Dixon
- Re: Split Problem Stefan Lidman