REH wrote:

> And then there is that thing called "liability." 

bogus% cat $CONTRACT | perl -n -e                              \
       'if( m/hold +harmless/i )                               \
        {  print "Kill yourself before signing $CONTRACT\n";   \
           system( "shred -fuz $CONTRACT" );                   \
           exit( 1 );                                          \
         }                                                     \
        # other criteria code here                             \
        exit(0);'

-- 
Michael Spencer                  Nova Scotia, Canada       .~. 
                                                           /V\ 
[email protected]                                     /( )\
http://home.tallships.ca/mspencer/                        ^^-^^
_______________________________________________
Futurework mailing list
[email protected]
https://lists.uwaterloo.ca/mailman/listinfo/futurework

Reply via email to