Help for this page

Select Code to Download


  1. or download this
    if ($file =~ m/\[(.*?)\]/m ) {
        my $inside = $1;
        print "$inside\n";
    }
    
  2. or download this
    Something [
    'name',
    'joe',
    'bopeep'
    ]