mirror of https://github.com/openssl/openssl.git
				
				
				
			
		
			
	
	
		
			8 lines
		
	
	
		
			88 B
		
	
	
	
		
			Perl
		
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			88 B
		
	
	
	
		
			Perl
		
	
	
	
| 
								 | 
							
								#!/usr/local/bin/perl
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								while (<>)
							 | 
						||
| 
								 | 
							
									{
							 | 
						||
| 
								 | 
							
									print
							 | 
						||
| 
								 | 
							
									last if (/^# DO NOT DELETE THIS LINE/);
							 | 
						||
| 
								 | 
							
									}
							 |