# this @time = split( /\Q$char/, $_ ); # or this $char = quotemeta( '*' ); @time = split( /$char/, $_ );