Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my @fields = split /\Q$foo\E/, $str;
    
    print join '|', @fields;
    
  2. or download this
    acb|def|123|456