Now why is that, as far as I knew any character within ' ' will get interpreted literally. So whats up with that?my $string = user|name|password; # doesnt work #my @field = split ('|', $string); #works my @field = split ('\|', $string);
In reply to '|' need to be escaped? by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |