Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -wMstrict -le
    "my $str = 'ServiceCategoryName=(3,1,0,1,1,0)';
    ...
       }
    "
    Unmatched ( in regex; marked by <-- HERE in m/^ServiceCategoryName=( <
    +-- HERE .*/ at -e line 1.
    
  2. or download this
    c:\@Work\Perl\monks>perl -wMstrict -le
    "my $str= 'ServiceCategoryName=(3,1,0,1,1,0)';
    ...
    "
    parenthesized substring: '3,1,0,1,1,0'
    first split element: '3'