Help for this page

Select Code to Download


  1. or download this
    my @tests = ( '', qw(
        2|3|||||
    ...
    '|2|'      :()(2)()
    '|2|3'     :()(2)(3)
    '|2|3|'    :()(2)(3)()
    
  2. or download this
        my @fields = split /\|/, $string.'|x'; pop @fields;