Help for this page

Select Code to Download


  1. or download this
    use Regexp::Assemble;
    
    ...
    ^SZXX1
    ^WXXX1
    ^YZXX1
    
  2. or download this
    print Regexp::Assemble
        ->new( chomp=> 1 )
        ->add( <DATA> )
        ->as_string;