Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    my $command = '!book this is my test book !number 1222223 !book anothe
    +r book"';
    my @commands = split /(?=!)/, $command;