Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    my $str = "[0,[1,[2,[3,[4,[5,[6,[7,[8,[9,[]]]]]]]]]]]";
    parser $str;
    
  2. or download this
    use threads;
    
    ...
    
    my $str = "[0,[1,[2,[3,[4,[5,[6,[7,[8,[9,[]]]]]]]]]]]";
    parser $str;
    
  3. or download this