Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use Modern::Perl;
    ...
    
    my $str = 'The | quick | brown | fox | jumped| over | the  | lazy | do
    +g. ';
    say for clean split /\|/, $str;