Help for this page

Select Code to Download


  1. or download this
    #! /usr/local/bin/perl -w
    use Regexp::Assemble;
    ...
        'Error 123 on SystemC file not found error'
    );
    print $ra->re;
    
  2. or download this
    (?-xism:Error 123 on System[ABC] file not found error)
    
  3. or download this
    #! /usr/local/bin/perl -w
    use Regexp::Assemble;
    ...
        'Error 124 on User3:FileC no space left'
    );
    print $ra->re;
    
  4. or download this
    (?-xism:Error 124 on User(?:1:FileA|2:FileB|3:FileC) no space left)