Results for "Programming with Perl"

Wire posts

  • Print all text after a matching string perl -ne "print unless 1 .. m(String)" #Perl #OneLiner #String #Perl #Trick

    3017 days ago

  • Perl common flags http://perldoc.perl.org/functions/-X.html # Perl #Flags #Trick

    3014 days ago

  • Drag and drop programming language http://snap.berkeley.edu/ #Programming #Language

    3013 days ago

  • Dynamic programming http://www.avatar.se/molbioinfo2001/dynprog/dynamic.html #Programming #Alignment #Sequence #Dynamic

    2998 days ago

  • Perl Scripts for Science and Engineering http://www.lwebzem.com/cgi-bin/se_res/scripts.cgi #Perl #Script #Science

    2958 days ago

  • #Upgrade the #perl in #Ubuntu $ sudo cpan cpan[1]> upgrade

    2889 days ago

  • You can also try this on Ubuntu sudo perl -MCPAN -e 'upgrade'

    2889 days ago

  • You can also try perl -MXML::Simple -e 1

    2889 days ago

  • Remove tab with comma in file: perl -lpe 's/\t/,/g' < flattened_line_0.fa.data > output.csv #PerlTrick #PerlO,liner #Perl #Tab #Comma

    2874 days ago

  • Replace space with tab: perl -lpe 's/\s/\t/g' < trf_file.dat > outfile.txt #TRF #Tab #Space #Replace #Perl #PerlTrick #PerlOneliner

    2873 days ago