Help for this page

Select Code to Download


  1. or download this
    "246810"<tab>"e1"<tab>"e2"<tab>"e3"<tab>"_random text_ alias: 1010101,
    + 1234, 7654321"<tab>"e5"
    
  2. or download this
    "246810"<tab>"e1"<tab>"e2"<tab>"e3"<tab>"_random text_ , 7654321"<tab>
    +"e5"
    
  3. or download this
    "new_alias"<tab>"e1"<tab>"e2"<tab>"e3"<tab>"_random text_ alias: 10101
    +01, 1234, 7654321, 246810"<tab>"e5"
    
  4. or download this
    my $alias = " alias:";
    my $palias = countP(); # refers to a sub process which gets a new alia
    +s number
    ...
            # print result to final output file
            print OUTFILE $lines;
        }