Help for this page

Select Code to Download


  1. or download this
    perl -anF'|' -le'$f{shift@F}=[@F[1..$#F]]' pipe.txt
    
  2. or download this
    #!/usr/bin/perl
    #12345678901234567890123456789012345678901234567890123456789012345
    open SRC, '<pipe.txt';%prod=map{chomp;split/\|/;shift@_,[@_]}<SRC>