Help for this page

Select Code to Download


  1. or download this
    print RESULT “Company"."\t”.”Name"."\t”.”Title"."\n";
    
  2. or download this
    if (($match[0] =~/\Q$sTab[1]\E/) and (define $match[1])){
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    
        say "$company\t$name\t$titles{$name}" if($titles{$name});
    }
    
  4. or download this
    $ for i in `seq 1 72000`; do echo -e company_${i}\\tname_${i} >>longli
    +st.txt ; done