Help for this page
#!/usr/bin/perl -w use strict; ... my @var = split (/[\[\],]/, $var); print "@var";