===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
grepmail-5.3104/inc/File/Temp.pm-961-# For reference, can't use '0+'=>\&Scalar::Util::refaddr directly because
grepmail-5.3104/inc/File/Temp.pm:962:# refaddr() demands one parameter only, whereas overload.pm calls with three
grepmail-5.3104/inc/File/Temp.pm-963-# even for unary operations like '0+'.
grepmail-5.3104/inc/File/Temp.pm-964-sub NUMIFY {
grepmail-5.3104/inc/File/Temp.pm:965:  return refaddr($_[0]);
grepmail-5.3104/inc/File/Temp.pm-966-}
##############################################
grepmail-5.3104/inc/File/Which.pm-47-	if ( IS_VMS ) {
grepmail-5.3104/inc/File/Which.pm:48:		my $symbol = `SHOW SYMBOL $exec`;
grepmail-5.3104/inc/File/Which.pm-49-		chomp($symbol);
##############################################
grepmail-5.3104/inc/File/Which.pm-58-			# This has not been tested!!
grepmail-5.3104/inc/File/Which.pm:59:			# PPT which says MPW-Perl cannot resolve `Alias $alias`,
grepmail-5.3104/inc/File/Which.pm-60-			# let's just hope it's fixed
grepmail-5.3104/inc/File/Which.pm-61-			if ( lc($alias) eq lc($exec) ) {
grepmail-5.3104/inc/File/Which.pm:62:				chomp(my $file = `Alias $alias`);
grepmail-5.3104/inc/File/Which.pm-63-				last unless $file;  # if it failed, just go on the normal way
##############################################
grepmail-5.3104/inc/Module/Install/Fetch.pm-84-    return if exists $args{size} and -s $file != $args{size};
grepmail-5.3104/inc/Module/Install/Fetch.pm:85:    system($args{run}) if exists $args{run};
grepmail-5.3104/inc/Module/Install/Fetch.pm-86-    unlink($file) if $args{remove};
##############################################
grepmail-5.3104/inc/Module/Install/GithubMeta.pm-19-  local $ENV{LANG}='C';
grepmail-5.3104/inc/Module/Install/GithubMeta.pm:20:  return unless my ($git_url) = `git remote show -n $remote` =~ /URL: (.*)$/m;
grepmail-5.3104/inc/Module/Install/GithubMeta.pm-21-  return unless $git_url =~ /github\.com/; # Not a Github repository
##############################################
grepmail-5.3104/inc/Module/Install/Makefile.pm-45-sub makemaker {
grepmail-5.3104/inc/Module/Install/Makefile.pm:46:	( @_ < 2 or $makemaker >= eval($_[1]) ) ? $makemaker : 0
grepmail-5.3104/inc/Module/Install/Makefile.pm-47-}
##############################################
grepmail-5.3104/inc/Module/Install.pm-376-# Done in evals to avoid confusing Perl::MinimumVersion
grepmail-5.3104/inc/Module/Install.pm:377:eval( $] >= 5.006 ? <<'END_NEW' : <<'END_OLD' ); die $@ if $@;
grepmail-5.3104/inc/Module/Install.pm-378-sub _read {
##############################################
grepmail-5.3104/inc/Module/Install.pm-416-# Done in evals to avoid confusing Perl::MinimumVersion
grepmail-5.3104/inc/Module/Install.pm:417:eval( $] >= 5.006 ? <<'END_NEW' : <<'END_OLD' ); die $@ if $@;
grepmail-5.3104/inc/Module/Install.pm-418-sub _write {
##############################################
grepmail-5.3104/t/mailboxes/mailarc-1-dos.txt-538-There are two files: serial_isr.c and serial_isr.asm.  You'll need to
grepmail-5.3104/t/mailboxes/mailarc-1-dos.txt:539:assemble the .asm file using as11_ic, and then both the .c file and the
grepmail-5.3104/t/mailboxes/mailarc-1-dos.txt-540-.icb file need to be loaded onto the handy board.  I'm sure improvements
##############################################
grepmail-5.3104/t/mailboxes/mailarc-1-dos.txt-558-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/mailboxes/mailarc-1-dos.txt:559:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/mailboxes/mailarc-1-dos.txt-560-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/mailboxes/mailarc-1-dos.txt-564-                  serial_isr.icb
grepmail-5.3104/t/mailboxes/mailarc-1-dos.txt:565:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/mailboxes/mailarc-1-dos.txt-566-
##############################################
grepmail-5.3104/t/mailboxes/mailarc-1-dos.txt-570-	         desired number of bytes.
grepmail-5.3104/t/mailboxes/mailarc-1-dos.txt:571:	      2. Edit the line(s) in the serial_isr.asm which contain
grepmail-5.3104/t/mailboxes/mailarc-1-dos.txt-572-	         the word "EDIT" in the comment so that the value
##############################################
grepmail-5.3104/t/mailboxes/mailarc-1-dos.txt-574-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/mailboxes/mailarc-1-dos.txt:575:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/mailboxes/mailarc-1-dos.txt-576-
##############################################
grepmail-5.3104/t/mailboxes/mailarc-1-dos.txt-685-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/mailboxes/mailarc-1-dos.txt:686:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/mailboxes/mailarc-1-dos.txt-687-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/mailboxes/mailarc-1-dos.txt-691-                  serial_isr.icb
grepmail-5.3104/t/mailboxes/mailarc-1-dos.txt:692:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/mailboxes/mailarc-1-dos.txt-693-
##############################################
grepmail-5.3104/t/mailboxes/mailarc-1-dos.txt-701-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/mailboxes/mailarc-1-dos.txt:702:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/mailboxes/mailarc-1-dos.txt-703-*/
##############################################
grepmail-5.3104/t/mailboxes/mailarc-1.txt-538-There are two files: serial_isr.c and serial_isr.asm.  You'll need to
grepmail-5.3104/t/mailboxes/mailarc-1.txt:539:assemble the .asm file using as11_ic, and then both the .c file and the
grepmail-5.3104/t/mailboxes/mailarc-1.txt-540-.icb file need to be loaded onto the handy board.  I'm sure improvements
##############################################
grepmail-5.3104/t/mailboxes/mailarc-1.txt-558-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/mailboxes/mailarc-1.txt:559:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/mailboxes/mailarc-1.txt-560-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/mailboxes/mailarc-1.txt-564-                  serial_isr.icb
grepmail-5.3104/t/mailboxes/mailarc-1.txt:565:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/mailboxes/mailarc-1.txt-566-
##############################################
grepmail-5.3104/t/mailboxes/mailarc-1.txt-570-	         desired number of bytes.
grepmail-5.3104/t/mailboxes/mailarc-1.txt:571:	      2. Edit the line(s) in the serial_isr.asm which contain
grepmail-5.3104/t/mailboxes/mailarc-1.txt-572-	         the word "EDIT" in the comment so that the value
##############################################
grepmail-5.3104/t/mailboxes/mailarc-1.txt-574-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/mailboxes/mailarc-1.txt:575:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/mailboxes/mailarc-1.txt-576-
##############################################
grepmail-5.3104/t/mailboxes/mailarc-1.txt-685-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/mailboxes/mailarc-1.txt:686:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/mailboxes/mailarc-1.txt-687-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/mailboxes/mailarc-1.txt-691-                  serial_isr.icb
grepmail-5.3104/t/mailboxes/mailarc-1.txt:692:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/mailboxes/mailarc-1.txt-693-
##############################################
grepmail-5.3104/t/mailboxes/mailarc-1.txt-701-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/mailboxes/mailarc-1.txt:702:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/mailboxes/mailarc-1.txt-703-*/
##############################################
grepmail-5.3104/t/mailboxes/mailarc-3.txt-536-There are two files: serial_isr.c and serial_isr.asm.  You'll need to
grepmail-5.3104/t/mailboxes/mailarc-3.txt:537:assemble the .asm file using as11_ic, and then both the .c file and the
grepmail-5.3104/t/mailboxes/mailarc-3.txt-538-.icb file need to be loaded onto the handy board.  I'm sure improvements
##############################################
grepmail-5.3104/t/mailboxes/mailarc-3.txt-556-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/mailboxes/mailarc-3.txt:557:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/mailboxes/mailarc-3.txt-558-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/mailboxes/mailarc-3.txt-562-                  serial_isr.icb
grepmail-5.3104/t/mailboxes/mailarc-3.txt:563:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/mailboxes/mailarc-3.txt-564-
##############################################
grepmail-5.3104/t/mailboxes/mailarc-3.txt-568-	         desired number of bytes.
grepmail-5.3104/t/mailboxes/mailarc-3.txt:569:	      2. Edit the line(s) in the serial_isr.asm which contain
grepmail-5.3104/t/mailboxes/mailarc-3.txt-570-	         the word "EDIT" in the comment so that the value
##############################################
grepmail-5.3104/t/mailboxes/mailarc-3.txt-572-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/mailboxes/mailarc-3.txt:573:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/mailboxes/mailarc-3.txt-574-
##############################################
grepmail-5.3104/t/mailboxes/mailarc-3.txt-683-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/mailboxes/mailarc-3.txt:684:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/mailboxes/mailarc-3.txt-685-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/mailboxes/mailarc-3.txt-689-                  serial_isr.icb
grepmail-5.3104/t/mailboxes/mailarc-3.txt:690:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/mailboxes/mailarc-3.txt-691-
##############################################
grepmail-5.3104/t/mailboxes/mailarc-3.txt-699-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/mailboxes/mailarc-3.txt:700:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/mailboxes/mailarc-3.txt-701-*/
##############################################
grepmail-5.3104/t/results/all_handy_buffer-538-There are two files: serial_isr.c and serial_isr.asm.  You'll need to
grepmail-5.3104/t/results/all_handy_buffer:539:assemble the .asm file using as11_ic, and then both the .c file and the
grepmail-5.3104/t/results/all_handy_buffer-540-.icb file need to be loaded onto the handy board.  I'm sure improvements
##############################################
grepmail-5.3104/t/results/all_handy_buffer-558-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/results/all_handy_buffer:559:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/results/all_handy_buffer-560-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/results/all_handy_buffer-564-                  serial_isr.icb
grepmail-5.3104/t/results/all_handy_buffer:565:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/results/all_handy_buffer-566-
##############################################
grepmail-5.3104/t/results/all_handy_buffer-570-	         desired number of bytes.
grepmail-5.3104/t/results/all_handy_buffer:571:	      2. Edit the line(s) in the serial_isr.asm which contain
grepmail-5.3104/t/results/all_handy_buffer-572-	         the word "EDIT" in the comment so that the value
##############################################
grepmail-5.3104/t/results/all_handy_buffer-574-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/results/all_handy_buffer:575:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/results/all_handy_buffer-576-
##############################################
grepmail-5.3104/t/results/all_handy_buffer-685-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/results/all_handy_buffer:686:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/results/all_handy_buffer-687-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/results/all_handy_buffer-691-                  serial_isr.icb
grepmail-5.3104/t/results/all_handy_buffer:692:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/results/all_handy_buffer-693-
##############################################
grepmail-5.3104/t/results/all_handy_buffer-701-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/results/all_handy_buffer:702:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/results/all_handy_buffer-703-*/
##############################################
grepmail-5.3104/t/results/date_1-538-There are two files: serial_isr.c and serial_isr.asm.  You'll need to
grepmail-5.3104/t/results/date_1:539:assemble the .asm file using as11_ic, and then both the .c file and the
grepmail-5.3104/t/results/date_1-540-.icb file need to be loaded onto the handy board.  I'm sure improvements
##############################################
grepmail-5.3104/t/results/date_1-558-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/results/date_1:559:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/results/date_1-560-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/results/date_1-564-                  serial_isr.icb
grepmail-5.3104/t/results/date_1:565:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/results/date_1-566-
##############################################
grepmail-5.3104/t/results/date_1-570-	         desired number of bytes.
grepmail-5.3104/t/results/date_1:571:	      2. Edit the line(s) in the serial_isr.asm which contain
grepmail-5.3104/t/results/date_1-572-	         the word "EDIT" in the comment so that the value
##############################################
grepmail-5.3104/t/results/date_1-574-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/results/date_1:575:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/results/date_1-576-
##############################################
grepmail-5.3104/t/results/date_1-685-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/results/date_1:686:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/results/date_1-687-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/results/date_1-691-                  serial_isr.icb
grepmail-5.3104/t/results/date_1:692:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/results/date_1-693-
##############################################
grepmail-5.3104/t/results/date_1-701-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/results/date_1:702:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/results/date_1-703-*/
##############################################
grepmail-5.3104/t/results/not_body_handy-26-There are two files: serial_isr.c and serial_isr.asm.  You'll need to
grepmail-5.3104/t/results/not_body_handy:27:assemble the .asm file using as11_ic, and then both the .c file and the
grepmail-5.3104/t/results/not_body_handy-28-.icb file need to be loaded onto the handy board.  I'm sure improvements
##############################################
grepmail-5.3104/t/results/not_body_handy-46-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/results/not_body_handy:47:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/results/not_body_handy-48-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/results/not_body_handy-52-                  serial_isr.icb
grepmail-5.3104/t/results/not_body_handy:53:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/results/not_body_handy-54-
##############################################
grepmail-5.3104/t/results/not_body_handy-58-	         desired number of bytes.
grepmail-5.3104/t/results/not_body_handy:59:	      2. Edit the line(s) in the serial_isr.asm which contain
grepmail-5.3104/t/results/not_body_handy-60-	         the word "EDIT" in the comment so that the value
##############################################
grepmail-5.3104/t/results/not_body_handy-62-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/results/not_body_handy:63:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/results/not_body_handy-64-
##############################################
grepmail-5.3104/t/results/not_body_handy-173-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/results/not_body_handy:174:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/results/not_body_handy-175-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/results/not_body_handy-179-                  serial_isr.icb
grepmail-5.3104/t/results/not_body_handy:180:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/results/not_body_handy-181-
##############################################
grepmail-5.3104/t/results/not_body_handy-189-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/results/not_body_handy:190:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/results/not_body_handy-191-*/
##############################################
grepmail-5.3104/t/results/not_handy-26-There are two files: serial_isr.c and serial_isr.asm.  You'll need to
grepmail-5.3104/t/results/not_handy:27:assemble the .asm file using as11_ic, and then both the .c file and the
grepmail-5.3104/t/results/not_handy-28-.icb file need to be loaded onto the handy board.  I'm sure improvements
##############################################
grepmail-5.3104/t/results/not_handy-46-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/results/not_handy:47:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/results/not_handy-48-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/results/not_handy-52-                  serial_isr.icb
grepmail-5.3104/t/results/not_handy:53:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/results/not_handy-54-
##############################################
grepmail-5.3104/t/results/not_handy-58-	         desired number of bytes.
grepmail-5.3104/t/results/not_handy:59:	      2. Edit the line(s) in the serial_isr.asm which contain
grepmail-5.3104/t/results/not_handy-60-	         the word "EDIT" in the comment so that the value
##############################################
grepmail-5.3104/t/results/not_handy-62-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/results/not_handy:63:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/results/not_handy-64-
##############################################
grepmail-5.3104/t/results/not_handy-173-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/results/not_handy:174:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/results/not_handy-175-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/results/not_handy-179-                  serial_isr.icb
grepmail-5.3104/t/results/not_handy:180:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/results/not_handy-181-
##############################################
grepmail-5.3104/t/results/not_handy-189-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/results/not_handy:190:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/results/not_handy-191-*/
##############################################
grepmail-5.3104/t/results/not_header_body_handy-538-There are two files: serial_isr.c and serial_isr.asm.  You'll need to
grepmail-5.3104/t/results/not_header_body_handy:539:assemble the .asm file using as11_ic, and then both the .c file and the
grepmail-5.3104/t/results/not_header_body_handy-540-.icb file need to be loaded onto the handy board.  I'm sure improvements
##############################################
grepmail-5.3104/t/results/not_header_body_handy-558-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/results/not_header_body_handy:559:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/results/not_header_body_handy-560-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/results/not_header_body_handy-564-                  serial_isr.icb
grepmail-5.3104/t/results/not_header_body_handy:565:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/results/not_header_body_handy-566-
##############################################
grepmail-5.3104/t/results/not_header_body_handy-570-	         desired number of bytes.
grepmail-5.3104/t/results/not_header_body_handy:571:	      2. Edit the line(s) in the serial_isr.asm which contain
grepmail-5.3104/t/results/not_header_body_handy-572-	         the word "EDIT" in the comment so that the value
##############################################
grepmail-5.3104/t/results/not_header_body_handy-574-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/results/not_header_body_handy:575:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/results/not_header_body_handy-576-
##############################################
grepmail-5.3104/t/results/not_header_body_handy-685-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/results/not_header_body_handy:686:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/results/not_header_body_handy-687-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/results/not_header_body_handy-691-                  serial_isr.icb
grepmail-5.3104/t/results/not_header_body_handy:692:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/results/not_header_body_handy-693-
##############################################
grepmail-5.3104/t/results/not_header_body_handy-701-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/results/not_header_body_handy:702:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/results/not_header_body_handy-703-*/
##############################################
grepmail-5.3104/t/results/not_header_handy-538-There are two files: serial_isr.c and serial_isr.asm.  You'll need to
grepmail-5.3104/t/results/not_header_handy:539:assemble the .asm file using as11_ic, and then both the .c file and the
grepmail-5.3104/t/results/not_header_handy-540-.icb file need to be loaded onto the handy board.  I'm sure improvements
##############################################
grepmail-5.3104/t/results/not_header_handy-558-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/results/not_header_handy:559:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/results/not_header_handy-560-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/results/not_header_handy-564-                  serial_isr.icb
grepmail-5.3104/t/results/not_header_handy:565:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/results/not_header_handy-566-
##############################################
grepmail-5.3104/t/results/not_header_handy-570-	         desired number of bytes.
grepmail-5.3104/t/results/not_header_handy:571:	      2. Edit the line(s) in the serial_isr.asm which contain
grepmail-5.3104/t/results/not_header_handy-572-	         the word "EDIT" in the comment so that the value
##############################################
grepmail-5.3104/t/results/not_header_handy-574-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/results/not_header_handy:575:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/results/not_header_handy-576-
##############################################
grepmail-5.3104/t/results/not_header_handy-685-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/results/not_header_handy:686:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/results/not_header_handy-687-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/results/not_header_handy-691-                  serial_isr.icb
grepmail-5.3104/t/results/not_header_handy:692:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/results/not_header_handy-693-
##############################################
grepmail-5.3104/t/results/not_header_handy-701-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/results/not_header_handy:702:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/results/not_header_handy-703-*/
##############################################
grepmail-5.3104/t/results/sep_7_1998-26-There are two files: serial_isr.c and serial_isr.asm.  You'll need to
grepmail-5.3104/t/results/sep_7_1998:27:assemble the .asm file using as11_ic, and then both the .c file and the
grepmail-5.3104/t/results/sep_7_1998-28-.icb file need to be loaded onto the handy board.  I'm sure improvements
##############################################
grepmail-5.3104/t/results/sep_7_1998-46-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/results/sep_7_1998:47:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/results/sep_7_1998-48-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/results/sep_7_1998-52-                  serial_isr.icb
grepmail-5.3104/t/results/sep_7_1998:53:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/results/sep_7_1998-54-
##############################################
grepmail-5.3104/t/results/sep_7_1998-58-	         desired number of bytes.
grepmail-5.3104/t/results/sep_7_1998:59:	      2. Edit the line(s) in the serial_isr.asm which contain
grepmail-5.3104/t/results/sep_7_1998-60-	         the word "EDIT" in the comment so that the value
##############################################
grepmail-5.3104/t/results/sep_7_1998-62-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/results/sep_7_1998:63:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/results/sep_7_1998-64-
##############################################
grepmail-5.3104/t/results/sep_7_1998-173-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/results/sep_7_1998:174:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/results/sep_7_1998-175-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/results/sep_7_1998-179-                  serial_isr.icb
grepmail-5.3104/t/results/sep_7_1998:180:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/results/sep_7_1998-181-
##############################################
grepmail-5.3104/t/results/sep_7_1998-189-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/results/sep_7_1998:190:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/results/sep_7_1998-191-*/
##############################################
grepmail-5.3104/t/results/size_2-538-There are two files: serial_isr.c and serial_isr.asm.  You'll need to
grepmail-5.3104/t/results/size_2:539:assemble the .asm file using as11_ic, and then both the .c file and the
grepmail-5.3104/t/results/size_2-540-.icb file need to be loaded onto the handy board.  I'm sure improvements
##############################################
grepmail-5.3104/t/results/size_2-558-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/results/size_2:559:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/results/size_2-560-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/results/size_2-564-                  serial_isr.icb
grepmail-5.3104/t/results/size_2:565:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/results/size_2-566-
##############################################
grepmail-5.3104/t/results/size_2-570-	         desired number of bytes.
grepmail-5.3104/t/results/size_2:571:	      2. Edit the line(s) in the serial_isr.asm which contain
grepmail-5.3104/t/results/size_2-572-	         the word "EDIT" in the comment so that the value
##############################################
grepmail-5.3104/t/results/size_2-574-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/results/size_2:575:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/results/size_2-576-
##############################################
grepmail-5.3104/t/results/size_2-685-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/results/size_2:686:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/results/size_2-687-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/results/size_2-691-                  serial_isr.icb
grepmail-5.3104/t/results/size_2:692:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/results/size_2-693-
##############################################
grepmail-5.3104/t/results/size_2-701-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/results/size_2:702:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/results/size_2-703-*/
##############################################
grepmail-5.3104/t/results/unique_all_1-538-There are two files: serial_isr.c and serial_isr.asm.  You'll need to
grepmail-5.3104/t/results/unique_all_1:539:assemble the .asm file using as11_ic, and then both the .c file and the
grepmail-5.3104/t/results/unique_all_1-540-.icb file need to be loaded onto the handy board.  I'm sure improvements
##############################################
grepmail-5.3104/t/results/unique_all_1-558-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/results/unique_all_1:559:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/results/unique_all_1-560-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/results/unique_all_1-564-                  serial_isr.icb
grepmail-5.3104/t/results/unique_all_1:565:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/results/unique_all_1-566-
##############################################
grepmail-5.3104/t/results/unique_all_1-570-	         desired number of bytes.
grepmail-5.3104/t/results/unique_all_1:571:	      2. Edit the line(s) in the serial_isr.asm which contain
grepmail-5.3104/t/results/unique_all_1-572-	         the word "EDIT" in the comment so that the value
##############################################
grepmail-5.3104/t/results/unique_all_1-574-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/results/unique_all_1:575:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/results/unique_all_1-576-
##############################################
grepmail-5.3104/t/results/unique_all_1-685-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/results/unique_all_1:686:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/results/unique_all_1-687-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/results/unique_all_1-691-                  serial_isr.icb
grepmail-5.3104/t/results/unique_all_1:692:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/results/unique_all_1-693-
##############################################
grepmail-5.3104/t/results/unique_all_1-701-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/results/unique_all_1:702:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/results/unique_all_1-703-*/
##############################################
grepmail-5.3104/t/results/unique_all_2-536-There are two files: serial_isr.c and serial_isr.asm.  You'll need to
grepmail-5.3104/t/results/unique_all_2:537:assemble the .asm file using as11_ic, and then both the .c file and the
grepmail-5.3104/t/results/unique_all_2-538-.icb file need to be loaded onto the handy board.  I'm sure improvements
##############################################
grepmail-5.3104/t/results/unique_all_2-556-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/results/unique_all_2:557:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/results/unique_all_2-558-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/results/unique_all_2-562-                  serial_isr.icb
grepmail-5.3104/t/results/unique_all_2:563:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/results/unique_all_2-564-
##############################################
grepmail-5.3104/t/results/unique_all_2-568-	         desired number of bytes.
grepmail-5.3104/t/results/unique_all_2:569:	      2. Edit the line(s) in the serial_isr.asm which contain
grepmail-5.3104/t/results/unique_all_2-570-	         the word "EDIT" in the comment so that the value
##############################################
grepmail-5.3104/t/results/unique_all_2-572-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/results/unique_all_2:573:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/results/unique_all_2-574-
##############################################
grepmail-5.3104/t/results/unique_all_2-683-     Really, the only thing left from the original code are a few
grepmail-5.3104/t/results/unique_all_2:684:     lines in the .asm file.  Everything else I pretty much had to
grepmail-5.3104/t/results/unique_all_2-685-     rewrite from scratch to get it to work the way I wanted to.
##############################################
grepmail-5.3104/t/results/unique_all_2-689-                  serial_isr.icb
grepmail-5.3104/t/results/unique_all_2:690:		  serial_isr.asm (needed to change the buffer size)
grepmail-5.3104/t/results/unique_all_2-691-
##############################################
grepmail-5.3104/t/results/unique_all_2-699-	      3. Recreate the serial_isr.icb file by typing the following:
grepmail-5.3104/t/results/unique_all_2:700:	         > as11_ic serial_isr.asm 
grepmail-5.3104/t/results/unique_all_2-701-*/
##############################################
grepmail-5.3104/t/Test/Utils.pm-103-
grepmail-5.3104/t/Test/Utils.pm:104:  my @standard_inc = split /###/, `"$path_to_perl" -e '\$" = "###";print "\@INC"'`;
grepmail-5.3104/t/Test/Utils.pm-105-  my @extra_inc;