use strict; use warnings; use 5.010; my $query = 'insert into table1 ( v1, v2 , v3) values ( v1, v2, v3)'; my @pieces = split ' ', $query, 4; say "-->$pieces[2]<---"; --output:-- -->table1<---
In reply to Re: Find string match
by 7stud
in thread Find string match
by ddragosa
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |