Help for this page

Select Code to Download


  1. or download this
    s{
    (?<=    \{name_a    )
    ...
        )+
    (?<=    \}  )
    }< eaten >gx;
    
  2. or download this
    s/
    \{name_a
    ...
        my %fun = $_[0] =~ m/([^=\s]+) =  ("[^"]*")/gx;
        return join ' ', map { "$_=$fun{$_}" } grep /param_[xy]/, keys %fu
    +n;
    }