Help for this page

Select Code to Download


  1. or download this
    my @arr = split(/\),\(/, $str);
    
  2. or download this
    #!/tools/bin/perl
    
    ...
    (1,"(text)", 123
    2,"(string)", 234
    ...)