Help for this page

Select Code to Download


  1. or download this
    s{ (\d+) }
    {
       '-' x $1
    }gex;
    
  2. or download this
    s{ ([1-8]) }
    {
       '-' x $1
    }gex;